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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=53",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 54,
    "results": [
        {
            "start": 931254162,
            "stop": 931254164
        },
        {
            "start": 931254166,
            "stop": 931254167
        },
        {
            "start": 931254173,
            "stop": 931254178
        },
        {
            "start": 931254180,
            "stop": 931254199
        },
        {
            "start": 931254204,
            "stop": 931254208
        },
        {
            "start": 931254211,
            "stop": 931254220
        },
        {
            "start": 931254224,
            "stop": 931254225
        },
        {
            "start": 931254227,
            "stop": 931254241
        },
        {
            "start": 931254243,
            "stop": 931254244
        },
        {
            "start": 931254246,
            "stop": 931254252
        },
        {
            "start": 931254254,
            "stop": 931254255
        },
        {
            "start": 931254257,
            "stop": 931254258
        },
        {
            "start": 931254264,
            "stop": 931254286
        },
        {
            "start": 931254288,
            "stop": 931254319
        },
        {
            "start": 931254322,
            "stop": 931254330
        },
        {
            "start": 931254332,
            "stop": 931254352
        },
        {
            "start": 931254354,
            "stop": 931254359
        },
        {
            "start": 931254361,
            "stop": 931254383
        },
        {
            "start": 931254395,
            "stop": 931254415
        },
        {
            "start": 931254418,
            "stop": 931254443
        }
    ]
}