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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=456",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=454",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 455,
    "results": [
        {
            "start": 860412403,
            "stop": 860412405
        },
        {
            "start": 860412409,
            "stop": 860412412
        },
        {
            "start": 860412417,
            "stop": 860412423
        },
        {
            "start": 860412428,
            "stop": 860412440
        },
        {
            "start": 860412441,
            "stop": 860421293
        },
        {
            "start": 860425485,
            "stop": 860428236
        },
        {
            "start": 860428238,
            "stop": 860430455
        },
        {
            "start": 860430841,
            "stop": 860431437
        },
        {
            "start": 860431661,
            "stop": 860433464
        },
        {
            "start": 860435005,
            "stop": 860440435
        },
        {
            "start": 860444670,
            "stop": 860444702
        },
        {
            "start": 860444704,
            "stop": 860445301
        },
        {
            "start": 860445437,
            "stop": 860446408
        },
        {
            "start": 860446609,
            "stop": 860447991
        },
        {
            "start": 860449642,
            "stop": 860451319
        },
        {
            "start": 860451320,
            "stop": 860453592
        },
        {
            "start": 860453628,
            "stop": 860453631
        },
        {
            "start": 860453637,
            "stop": 860454024
        },
        {
            "start": 860454603,
            "stop": 860463909
        },
        {
            "start": 860463910,
            "stop": 860473243
        }
    ]
}