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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=16",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 17,
    "results": [
        {
            "start": 933691001,
            "stop": 933691669
        },
        {
            "start": 933692386,
            "stop": 933692579
        },
        {
            "start": 933693197,
            "stop": 933694086
        },
        {
            "start": 933694689,
            "stop": 933695461
        },
        {
            "start": 933696299,
            "stop": 933696906
        },
        {
            "start": 933699013,
            "stop": 933701541
        },
        {
            "start": 933703982,
            "stop": 933705028
        },
        {
            "start": 933706234,
            "stop": 933707175
        },
        {
            "start": 933707655,
            "stop": 933707785
        },
        {
            "start": 933708937,
            "stop": 933709787
        },
        {
            "start": 933711231,
            "stop": 933712357
        },
        {
            "start": 933714384,
            "stop": 933727094
        },
        {
            "start": 933729764,
            "stop": 933730677
        },
        {
            "start": 933731371,
            "stop": 933733291
        },
        {
            "start": 933734293,
            "stop": 933763416
        },
        {
            "start": 933772816,
            "stop": 933772902
        },
        {
            "start": 933774442,
            "stop": 933775893
        },
        {
            "start": 933778716,
            "stop": 933780578
        },
        {
            "start": 933781482,
            "stop": 933783291
        },
        {
            "start": 933784695,
            "stop": 933785304
        }
    ]
}