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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=56",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 57,
    "results": [
        {
            "start": 817241993,
            "stop": 817242082
        },
        {
            "start": 817243345,
            "stop": 817243431
        },
        {
            "start": 817243434,
            "stop": 817243677
        },
        {
            "start": 817243680,
            "stop": 817243813
        },
        {
            "start": 817243817,
            "stop": 817243841
        },
        {
            "start": 817243844,
            "stop": 817243874
        },
        {
            "start": 817243877,
            "stop": 817244141
        },
        {
            "start": 817244144,
            "stop": 817244318
        },
        {
            "start": 817244322,
            "stop": 817244825
        },
        {
            "start": 817244828,
            "stop": 817244855
        },
        {
            "start": 817244858,
            "stop": 817244950
        },
        {
            "start": 817244954,
            "stop": 817245000
        },
        {
            "start": 817245060,
            "stop": 817245294
        },
        {
            "start": 817245298,
            "stop": 817245495
        },
        {
            "start": 817245498,
            "stop": 817245616
        },
        {
            "start": 817245620,
            "stop": 817245808
        },
        {
            "start": 817245813,
            "stop": 817246140
        },
        {
            "start": 817246200,
            "stop": 817246346
        },
        {
            "start": 817246349,
            "stop": 817246429
        },
        {
            "start": 817246432,
            "stop": 817246473
        }
    ]
}