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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=126",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 127,
    "results": [
        {
            "start": 849480025,
            "stop": 849480669
        },
        {
            "start": 849480930,
            "stop": 849481588
        },
        {
            "start": 849481671,
            "stop": 849554427
        },
        {
            "start": 849556177,
            "stop": 849559555
        },
        {
            "start": 849560560,
            "stop": 849564293
        },
        {
            "start": 849565138,
            "stop": 849565322
        },
        {
            "start": 849566075,
            "stop": 849573749
        },
        {
            "start": 849574944,
            "stop": 849637852
        },
        {
            "start": 849680289,
            "stop": 849711516
        },
        {
            "start": 849712929,
            "stop": 849729320
        },
        {
            "start": 849730346,
            "stop": 849751014
        },
        {
            "start": 849752710,
            "stop": 849787312
        },
        {
            "start": 849794967,
            "stop": 849823568
        },
        {
            "start": 849828459,
            "stop": 849829147
        },
        {
            "start": 849829578,
            "stop": 849870151
        },
        {
            "start": 849871852,
            "stop": 849895327
        },
        {
            "start": 849896798,
            "stop": 849901333
        },
        {
            "start": 849901566,
            "stop": 849903539
        },
        {
            "start": 849907751,
            "stop": 849908418
        },
        {
            "start": 849909927,
            "stop": 849911707
        }
    ]
}