Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=93
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=92",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 93,
    "results": [
        {
            "start": 931289089,
            "stop": 931289216
        },
        {
            "start": 931289218,
            "stop": 931289313
        },
        {
            "start": 931289315,
            "stop": 931289376
        },
        {
            "start": 931289378,
            "stop": 931289678
        },
        {
            "start": 931289679,
            "stop": 931289708
        },
        {
            "start": 931289710,
            "stop": 931289882
        },
        {
            "start": 931289884,
            "stop": 931289961
        },
        {
            "start": 931289964,
            "stop": 931290048
        },
        {
            "start": 931290051,
            "stop": 931290143
        },
        {
            "start": 931290144,
            "stop": 931290175
        },
        {
            "start": 931290177,
            "stop": 931290255
        },
        {
            "start": 931290257,
            "stop": 931290270
        },
        {
            "start": 931290272,
            "stop": 931290277
        },
        {
            "start": 931290279,
            "stop": 931290452
        },
        {
            "start": 931290454,
            "stop": 931290557
        },
        {
            "start": 931290559,
            "stop": 931290668
        },
        {
            "start": 931290670,
            "stop": 931290724
        },
        {
            "start": 931290726,
            "stop": 931290776
        },
        {
            "start": 931290778,
            "stop": 931290795
        },
        {
            "start": 931290797,
            "stop": 931290898
        }
    ]
}