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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=989",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=987",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 988,
    "results": [
        {
            "start": 1251818269,
            "stop": 1251818304
        },
        {
            "start": 1251818309,
            "stop": 1251818316
        },
        {
            "start": 1251818321,
            "stop": 1251818386
        },
        {
            "start": 1251818391,
            "stop": 1251818436
        },
        {
            "start": 1251818441,
            "stop": 1251818722
        },
        {
            "start": 1251818727,
            "stop": 1251819042
        },
        {
            "start": 1251819047,
            "stop": 1251819130
        },
        {
            "start": 1251819135,
            "stop": 1251819150
        },
        {
            "start": 1251819154,
            "stop": 1251819696
        },
        {
            "start": 1251819701,
            "stop": 1251819778
        },
        {
            "start": 1251819782,
            "stop": 1251819793
        },
        {
            "start": 1251819798,
            "stop": 1251820013
        },
        {
            "start": 1251820018,
            "stop": 1251820281
        },
        {
            "start": 1251820286,
            "stop": 1251820461
        },
        {
            "start": 1251820466,
            "stop": 1251820693
        },
        {
            "start": 1251820697,
            "stop": 1251820892
        },
        {
            "start": 1251820897,
            "stop": 1251821014
        },
        {
            "start": 1251821017,
            "stop": 1251821218
        },
        {
            "start": 1251821223,
            "stop": 1251821305
        },
        {
            "start": 1251821315,
            "stop": 1251821632
        }
    ]
}