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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14634",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14632",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14633,
    "results": [
        {
            "start": 971164336,
            "stop": 971164338
        },
        {
            "start": 971164339,
            "stop": 971164340
        },
        {
            "start": 971164347,
            "stop": 971164348
        },
        {
            "start": 971164352,
            "stop": 971164354
        },
        {
            "start": 971164356,
            "stop": 971164357
        },
        {
            "start": 971164358,
            "stop": 971164359
        },
        {
            "start": 971164366,
            "stop": 971164368
        },
        {
            "start": 971164369,
            "stop": 971164372
        },
        {
            "start": 971164374,
            "stop": 971164378
        },
        {
            "start": 971164379,
            "stop": 971164380
        },
        {
            "start": 971164383,
            "stop": 971164384
        },
        {
            "start": 971164386,
            "stop": 971164392
        },
        {
            "start": 971164396,
            "stop": 971164399
        },
        {
            "start": 971164401,
            "stop": 971164402
        },
        {
            "start": 971164404,
            "stop": 971164405
        },
        {
            "start": 971164407,
            "stop": 971164410
        },
        {
            "start": 971164411,
            "stop": 971164412
        },
        {
            "start": 971164416,
            "stop": 971164417
        },
        {
            "start": 971164418,
            "stop": 971164428
        },
        {
            "start": 971164429,
            "stop": 971164431
        }
    ]
}