Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1341
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1342",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1340",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1341,
    "results": [
        {
            "start": 964906040,
            "stop": 964906055
        },
        {
            "start": 964906056,
            "stop": 964906073
        },
        {
            "start": 964906074,
            "stop": 964906091
        },
        {
            "start": 964906093,
            "stop": 964906114
        },
        {
            "start": 964906115,
            "stop": 964906128
        },
        {
            "start": 964906129,
            "stop": 964906138
        },
        {
            "start": 964906139,
            "stop": 964906150
        },
        {
            "start": 964906151,
            "stop": 964906163
        },
        {
            "start": 964906164,
            "stop": 964906167
        },
        {
            "start": 964906168,
            "stop": 964906177
        },
        {
            "start": 964906178,
            "stop": 964906186
        },
        {
            "start": 964906187,
            "stop": 964906193
        },
        {
            "start": 964906194,
            "stop": 964906202
        },
        {
            "start": 964906203,
            "stop": 964906214
        },
        {
            "start": 964906216,
            "stop": 964906221
        },
        {
            "start": 964906222,
            "stop": 964906232
        },
        {
            "start": 964906233,
            "stop": 964906241
        },
        {
            "start": 964906243,
            "stop": 964906252
        },
        {
            "start": 964906253,
            "stop": 964906266
        },
        {
            "start": 964906267,
            "stop": 964906271
        }
    ]
}