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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15718",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15716",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15717,
    "results": [
        {
            "start": 971164407,
            "stop": 971164410
        },
        {
            "start": 971164411,
            "stop": 971164412
        },
        {
            "start": 971164416,
            "stop": 971164417
        },
        {
            "start": 971164418,
            "stop": 971164428
        },
        {
            "start": 971164429,
            "stop": 971164431
        },
        {
            "start": 971164433,
            "stop": 971164436
        },
        {
            "start": 971164439,
            "stop": 971164440
        },
        {
            "start": 971164441,
            "stop": 971164445
        },
        {
            "start": 971164447,
            "stop": 971164448
        },
        {
            "start": 971164451,
            "stop": 971164452
        },
        {
            "start": 971164455,
            "stop": 971164458
        },
        {
            "start": 971164459,
            "stop": 971164461
        },
        {
            "start": 971164462,
            "stop": 971164464
        },
        {
            "start": 971164468,
            "stop": 971164469
        },
        {
            "start": 971164472,
            "stop": 971164476
        },
        {
            "start": 971164478,
            "stop": 971164481
        },
        {
            "start": 971164482,
            "stop": 971164485
        },
        {
            "start": 971164486,
            "stop": 971164491
        },
        {
            "start": 971164495,
            "stop": 971164497
        },
        {
            "start": 971164500,
            "stop": 971164502
        }
    ]
}