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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14931",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14929",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14930,
    "results": [
        {
            "start": 971561972,
            "stop": 971562333
        },
        {
            "start": 971562336,
            "stop": 971562452
        },
        {
            "start": 971562484,
            "stop": 971562485
        },
        {
            "start": 971562487,
            "stop": 971562596
        },
        {
            "start": 971562599,
            "stop": 971562731
        },
        {
            "start": 971562736,
            "stop": 971563030
        },
        {
            "start": 971563031,
            "stop": 971563105
        },
        {
            "start": 971563108,
            "stop": 971563317
        },
        {
            "start": 971563319,
            "stop": 971563355
        },
        {
            "start": 971563356,
            "stop": 971563704
        },
        {
            "start": 971563705,
            "stop": 971563777
        },
        {
            "start": 971563779,
            "stop": 971563890
        },
        {
            "start": 971563891,
            "stop": 971563898
        },
        {
            "start": 971563899,
            "stop": 971563907
        },
        {
            "start": 971563909,
            "stop": 971563924
        },
        {
            "start": 971563926,
            "stop": 971563948
        },
        {
            "start": 971563949,
            "stop": 971564108
        },
        {
            "start": 971564109,
            "stop": 971564151
        },
        {
            "start": 971564153,
            "stop": 971564176
        },
        {
            "start": 971564179,
            "stop": 971564219
        }
    ]
}