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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4792",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4790",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4791,
    "results": [
        {
            "start": 874617317,
            "stop": 874617330
        },
        {
            "start": 874617349,
            "stop": 874617387
        },
        {
            "start": 874617424,
            "stop": 874617473
        },
        {
            "start": 874617492,
            "stop": 874617580
        },
        {
            "start": 874617611,
            "stop": 874617618
        },
        {
            "start": 874617641,
            "stop": 874617684
        },
        {
            "start": 874617755,
            "stop": 874617775
        },
        {
            "start": 874617812,
            "stop": 874617849
        },
        {
            "start": 874617876,
            "stop": 874617886
        },
        {
            "start": 874617960,
            "stop": 874617962
        },
        {
            "start": 874618017,
            "stop": 874618087
        },
        {
            "start": 874618106,
            "stop": 874618116
        },
        {
            "start": 874618135,
            "stop": 874618141
        },
        {
            "start": 874618204,
            "stop": 874618205
        },
        {
            "start": 874618233,
            "stop": 874618256
        },
        {
            "start": 874618286,
            "stop": 874618306
        },
        {
            "start": 874618328,
            "stop": 874618353
        },
        {
            "start": 874618372,
            "stop": 874618392
        },
        {
            "start": 874618411,
            "stop": 874618431
        },
        {
            "start": 874618517,
            "stop": 874618520
        }
    ]
}