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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7373",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7371",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7372,
    "results": [
        {
            "start": 969638507,
            "stop": 969638536
        },
        {
            "start": 969638539,
            "stop": 969638634
        },
        {
            "start": 969638637,
            "stop": 969638687
        },
        {
            "start": 969638867,
            "stop": 969638868
        },
        {
            "start": 969638879,
            "stop": 969638911
        },
        {
            "start": 969638914,
            "stop": 969638987
        },
        {
            "start": 969639138,
            "stop": 969639181
        },
        {
            "start": 969639184,
            "stop": 969639228
        },
        {
            "start": 969639231,
            "stop": 969639269
        },
        {
            "start": 969639272,
            "stop": 969639300
        },
        {
            "start": 969639303,
            "stop": 969639309
        },
        {
            "start": 969639312,
            "stop": 969639313
        },
        {
            "start": 969639316,
            "stop": 969639330
        },
        {
            "start": 969639335,
            "stop": 969639467
        },
        {
            "start": 969639847,
            "stop": 969639889
        },
        {
            "start": 969639893,
            "stop": 969639913
        },
        {
            "start": 969639917,
            "stop": 969640184
        },
        {
            "start": 969640187,
            "stop": 969640444
        },
        {
            "start": 969640465,
            "stop": 969640485
        },
        {
            "start": 969640500,
            "stop": 969640569
        }
    ]
}