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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16014",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16012",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 16013,
    "results": [
        {
            "start": 971561293,
            "stop": 971561348
        },
        {
            "start": 971561353,
            "stop": 971561368
        },
        {
            "start": 971561371,
            "stop": 971561422
        },
        {
            "start": 971561425,
            "stop": 971561533
        },
        {
            "start": 971561539,
            "stop": 971561969
        },
        {
            "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
        }
    ]
}