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/S5/timelines/L1_BURST_CAT3/segments?format=api&page=125
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=124",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 125,
    "results": [
        {
            "start": 817871816,
            "stop": 817871837
        },
        {
            "start": 817871844,
            "stop": 817871895
        },
        {
            "start": 817871898,
            "stop": 817871920
        },
        {
            "start": 817871923,
            "stop": 817872060
        },
        {
            "start": 817872064,
            "stop": 817872104
        },
        {
            "start": 817872107,
            "stop": 817872175
        },
        {
            "start": 817872182,
            "stop": 817872196
        },
        {
            "start": 817872199,
            "stop": 817872201
        },
        {
            "start": 817872206,
            "stop": 817872207
        },
        {
            "start": 817872211,
            "stop": 817872212
        },
        {
            "start": 817872215,
            "stop": 817872295
        },
        {
            "start": 817872298,
            "stop": 817872346
        },
        {
            "start": 817872349,
            "stop": 817872397
        },
        {
            "start": 817872401,
            "stop": 817872450
        },
        {
            "start": 817873410,
            "stop": 817873425
        },
        {
            "start": 817873430,
            "stop": 817873469
        },
        {
            "start": 817873474,
            "stop": 817873623
        },
        {
            "start": 817873630,
            "stop": 817873653
        },
        {
            "start": 817874685,
            "stop": 817874697
        },
        {
            "start": 817874701,
            "stop": 817874769
        }
    ]
}