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=14631
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=14632",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14630",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14631,
    "results": [
        {
            "start": 971164123,
            "stop": 971164124
        },
        {
            "start": 971164129,
            "stop": 971164131
        },
        {
            "start": 971164133,
            "stop": 971164134
        },
        {
            "start": 971164136,
            "stop": 971164142
        },
        {
            "start": 971164143,
            "stop": 971164145
        },
        {
            "start": 971164149,
            "stop": 971164154
        },
        {
            "start": 971164156,
            "stop": 971164157
        },
        {
            "start": 971164159,
            "stop": 971164160
        },
        {
            "start": 971164161,
            "stop": 971164170
        },
        {
            "start": 971164172,
            "stop": 971164173
        },
        {
            "start": 971164176,
            "stop": 971164178
        },
        {
            "start": 971164179,
            "stop": 971164180
        },
        {
            "start": 971164184,
            "stop": 971164185
        },
        {
            "start": 971164192,
            "stop": 971164195
        },
        {
            "start": 971164196,
            "stop": 971164201
        },
        {
            "start": 971164204,
            "stop": 971164207
        },
        {
            "start": 971164211,
            "stop": 971164212
        },
        {
            "start": 971164213,
            "stop": 971164215
        },
        {
            "start": 971164216,
            "stop": 971164221
        },
        {
            "start": 971164223,
            "stop": 971164225
        }
    ]
}