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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=172",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 173,
    "results": [
        {
            "start": 819836740,
            "stop": 819836985
        },
        {
            "start": 819836988,
            "stop": 819837060
        },
        {
            "start": 819837240,
            "stop": 819837290
        },
        {
            "start": 819837293,
            "stop": 819837492
        },
        {
            "start": 819837612,
            "stop": 819837613
        },
        {
            "start": 819839073,
            "stop": 819839085
        },
        {
            "start": 819839088,
            "stop": 819839436
        },
        {
            "start": 819839439,
            "stop": 819839460
        },
        {
            "start": 819839700,
            "stop": 819839913
        },
        {
            "start": 819839939,
            "stop": 819840840
        },
        {
            "start": 819840960,
            "stop": 819841028
        },
        {
            "start": 819841031,
            "stop": 819841156
        },
        {
            "start": 819841160,
            "stop": 819841213
        },
        {
            "start": 819841372,
            "stop": 819841483
        },
        {
            "start": 819841488,
            "stop": 819841500
        },
        {
            "start": 819841560,
            "stop": 819841680
        },
        {
            "start": 819841740,
            "stop": 819841980
        },
        {
            "start": 819842040,
            "stop": 819842160
        },
        {
            "start": 819842220,
            "stop": 819842240
        },
        {
            "start": 819842243,
            "stop": 819842460
        }
    ]
}