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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=348",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 349,
    "results": [
        {
            "start": 818866163,
            "stop": 818866180
        },
        {
            "start": 818866201,
            "stop": 818866209
        },
        {
            "start": 818866282,
            "stop": 818866290
        },
        {
            "start": 818867670,
            "stop": 818867697
        },
        {
            "start": 818867838,
            "stop": 818867852
        },
        {
            "start": 818867889,
            "stop": 818867897
        },
        {
            "start": 818868093,
            "stop": 818868110
        },
        {
            "start": 818868160,
            "stop": 818868164
        },
        {
            "start": 818868167,
            "stop": 818868191
        },
        {
            "start": 818868234,
            "stop": 818868262
        },
        {
            "start": 818868332,
            "stop": 818868348
        },
        {
            "start": 818868368,
            "stop": 818868387
        },
        {
            "start": 818868407,
            "stop": 818868467
        },
        {
            "start": 818868487,
            "stop": 818868491
        },
        {
            "start": 818868510,
            "stop": 818868524
        },
        {
            "start": 818868671,
            "stop": 818868685
        },
        {
            "start": 818868740,
            "stop": 818868743
        },
        {
            "start": 818868773,
            "stop": 818868778
        },
        {
            "start": 818868840,
            "stop": 818868852
        },
        {
            "start": 818868872,
            "stop": 818868891
        }
    ]
}