Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=98
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=97",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 98,
    "results": [
        {
            "start": 817021032,
            "stop": 817023201
        },
        {
            "start": 817023204,
            "stop": 817023206
        },
        {
            "start": 817023209,
            "stop": 817025014
        },
        {
            "start": 817025018,
            "stop": 817025087
        },
        {
            "start": 817025090,
            "stop": 817026091
        },
        {
            "start": 817026211,
            "stop": 817027466
        },
        {
            "start": 817027469,
            "stop": 817027618
        },
        {
            "start": 817027621,
            "stop": 817028040
        },
        {
            "start": 817028043,
            "stop": 817029307
        },
        {
            "start": 817029310,
            "stop": 817031165
        },
        {
            "start": 817032914,
            "stop": 817034318
        },
        {
            "start": 817034321,
            "stop": 817034457
        },
        {
            "start": 817034460,
            "stop": 817034663
        },
        {
            "start": 817034666,
            "stop": 817035183
        },
        {
            "start": 817035186,
            "stop": 817037814
        },
        {
            "start": 817037817,
            "stop": 817038625
        },
        {
            "start": 817038628,
            "stop": 817039283
        },
        {
            "start": 817039286,
            "stop": 817039353
        },
        {
            "start": 817039357,
            "stop": 817039776
        },
        {
            "start": 817039779,
            "stop": 817040071
        }
    ]
}