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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=314",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 315,
    "results": [
        {
            "start": 935664428,
            "stop": 935665071
        },
        {
            "start": 935665073,
            "stop": 935665215
        },
        {
            "start": 935665455,
            "stop": 935667052
        },
        {
            "start": 935667054,
            "stop": 935668815
        },
        {
            "start": 935668995,
            "stop": 935669917
        },
        {
            "start": 935669919,
            "stop": 935671075
        },
        {
            "start": 935671077,
            "stop": 935672415
        },
        {
            "start": 935672595,
            "stop": 935673726
        },
        {
            "start": 935673732,
            "stop": 935673952
        },
        {
            "start": 935673955,
            "stop": 935675183
        },
        {
            "start": 935675185,
            "stop": 935675262
        },
        {
            "start": 935675265,
            "stop": 935675344
        },
        {
            "start": 935675346,
            "stop": 935676015
        },
        {
            "start": 935676720,
            "stop": 935676761
        },
        {
            "start": 935676763,
            "stop": 935676775
        },
        {
            "start": 935676778,
            "stop": 935676806
        },
        {
            "start": 935676808,
            "stop": 935676820
        },
        {
            "start": 935676823,
            "stop": 935676835
        },
        {
            "start": 935676839,
            "stop": 935676850
        },
        {
            "start": 935676853,
            "stop": 935676865
        }
    ]
}