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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1265",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1263",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1264,
    "results": [
        {
            "start": 957768821,
            "stop": 957768931
        },
        {
            "start": 957768933,
            "stop": 957768946
        },
        {
            "start": 957768948,
            "stop": 957769235
        },
        {
            "start": 957769237,
            "stop": 957770115
        },
        {
            "start": 957770116,
            "stop": 957770410
        },
        {
            "start": 957770412,
            "stop": 957770555
        },
        {
            "start": 957770557,
            "stop": 957770731
        },
        {
            "start": 957770733,
            "stop": 957771027
        },
        {
            "start": 957771029,
            "stop": 957771272
        },
        {
            "start": 957771274,
            "stop": 957771496
        },
        {
            "start": 957771498,
            "stop": 957771630
        },
        {
            "start": 957771632,
            "stop": 957771882
        },
        {
            "start": 957771884,
            "stop": 957771955
        },
        {
            "start": 957771958,
            "stop": 957771986
        },
        {
            "start": 957771988,
            "stop": 957772011
        },
        {
            "start": 957772012,
            "stop": 957772379
        },
        {
            "start": 957772381,
            "stop": 957772476
        },
        {
            "start": 957772482,
            "stop": 957773065
        },
        {
            "start": 957773066,
            "stop": 957773308
        },
        {
            "start": 957773310,
            "stop": 957773352
        }
    ]
}