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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=389",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 390,
    "results": [
        {
            "start": 825944759,
            "stop": 825944812
        },
        {
            "start": 825946464,
            "stop": 825946484
        },
        {
            "start": 825946491,
            "stop": 825946500
        },
        {
            "start": 825946508,
            "stop": 825946583
        },
        {
            "start": 825946590,
            "stop": 825946649
        },
        {
            "start": 825946656,
            "stop": 825946787
        },
        {
            "start": 825946794,
            "stop": 825946806
        },
        {
            "start": 825946814,
            "stop": 825946871
        },
        {
            "start": 825946878,
            "stop": 825946972
        },
        {
            "start": 825946979,
            "stop": 825947021
        },
        {
            "start": 825947029,
            "stop": 825947294
        },
        {
            "start": 825947298,
            "stop": 825948283
        },
        {
            "start": 825948291,
            "stop": 825948409
        },
        {
            "start": 825948416,
            "stop": 825948464
        },
        {
            "start": 825948645,
            "stop": 825948933
        },
        {
            "start": 825948940,
            "stop": 825949107
        },
        {
            "start": 825949114,
            "stop": 825949232
        },
        {
            "start": 825949239,
            "stop": 825949275
        },
        {
            "start": 825949282,
            "stop": 825949989
        },
        {
            "start": 825950003,
            "stop": 825950077
        }
    ]
}