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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=883",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=881",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 882,
    "results": [
        {
            "start": 968937379,
            "stop": 968937439
        },
        {
            "start": 968937446,
            "stop": 968937448
        },
        {
            "start": 968937460,
            "stop": 968937521
        },
        {
            "start": 968937528,
            "stop": 968937530
        },
        {
            "start": 968937535,
            "stop": 968937555
        },
        {
            "start": 968937565,
            "stop": 968938049
        },
        {
            "start": 968939018,
            "stop": 968939029
        },
        {
            "start": 968939049,
            "stop": 968939052
        },
        {
            "start": 968939063,
            "stop": 968939068
        },
        {
            "start": 968939074,
            "stop": 968939075
        },
        {
            "start": 968939087,
            "stop": 968939089
        },
        {
            "start": 968939095,
            "stop": 968939102
        },
        {
            "start": 968939108,
            "stop": 968939116
        },
        {
            "start": 968939128,
            "stop": 968939140
        },
        {
            "start": 968939150,
            "stop": 968939158
        },
        {
            "start": 968939164,
            "stop": 968943697
        },
        {
            "start": 968943703,
            "stop": 968944028
        },
        {
            "start": 968944034,
            "stop": 968950687
        },
        {
            "start": 968952497,
            "stop": 968952772
        },
        {
            "start": 968952777,
            "stop": 968952816
        }
    ]
}