Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=372
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=371",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 372,
    "results": [
        {
            "start": 1178154174,
            "stop": 1178161213
        },
        {
            "start": 1178161217,
            "stop": 1178163293
        },
        {
            "start": 1178163297,
            "stop": 1178193204
        },
        {
            "start": 1178196598,
            "stop": 1178199559
        },
        {
            "start": 1178199563,
            "stop": 1178199860
        },
        {
            "start": 1178199864,
            "stop": 1178223747
        },
        {
            "start": 1178223751,
            "stop": 1178224545
        },
        {
            "start": 1178224549,
            "stop": 1178231952
        },
        {
            "start": 1178231956,
            "stop": 1178234919
        },
        {
            "start": 1178234922,
            "stop": 1178264733
        },
        {
            "start": 1178264737,
            "stop": 1178265624
        },
        {
            "start": 1178265628,
            "stop": 1178275870
        },
        {
            "start": 1178275874,
            "stop": 1178285782
        },
        {
            "start": 1178287458,
            "stop": 1178287615
        },
        {
            "start": 1178287653,
            "stop": 1178288394
        },
        {
            "start": 1178288402,
            "stop": 1178290827
        },
        {
            "start": 1179814065,
            "stop": 1179814269
        },
        {
            "start": 1179814273,
            "stop": 1179815773
        },
        {
            "start": 1179815815,
            "stop": 1179815946
        },
        {
            "start": 1179816219,
            "stop": 1179824376
        }
    ]
}