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=512
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=513",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=511",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 512,
    "results": [
        {
            "start": 866812608,
            "stop": 866813595
        },
        {
            "start": 866813598,
            "stop": 866813778
        },
        {
            "start": 866820635,
            "stop": 866821258
        },
        {
            "start": 866821260,
            "stop": 866821429
        },
        {
            "start": 866821838,
            "stop": 866824242
        },
        {
            "start": 866827488,
            "stop": 866833857
        },
        {
            "start": 866839242,
            "stop": 866839570
        },
        {
            "start": 866839571,
            "stop": 866844246
        },
        {
            "start": 866844321,
            "stop": 866875093
        },
        {
            "start": 866876669,
            "stop": 866894457
        },
        {
            "start": 866896538,
            "stop": 866900968
        },
        {
            "start": 866958072,
            "stop": 866965393
        },
        {
            "start": 866966922,
            "stop": 866972026
        },
        {
            "start": 866972028,
            "stop": 866982417
        },
        {
            "start": 866982597,
            "stop": 866984969
        },
        {
            "start": 866993176,
            "stop": 866993924
        },
        {
            "start": 866995818,
            "stop": 867006408
        },
        {
            "start": 867006412,
            "stop": 867006757
        },
        {
            "start": 867049930,
            "stop": 867053107
        },
        {
            "start": 867053109,
            "stop": 867065388
        }
    ]
}