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=4606
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=4607",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4605",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4606,
    "results": [
        {
            "start": 874140398,
            "stop": 874141338
        },
        {
            "start": 874141357,
            "stop": 874141882
        },
        {
            "start": 874141902,
            "stop": 874141972
        },
        {
            "start": 874141989,
            "stop": 874143371
        },
        {
            "start": 874143390,
            "stop": 874145970
        },
        {
            "start": 874146043,
            "stop": 874146290
        },
        {
            "start": 874146309,
            "stop": 874146665
        },
        {
            "start": 874146684,
            "stop": 874147090
        },
        {
            "start": 874147109,
            "stop": 874147815
        },
        {
            "start": 874147834,
            "stop": 874148253
        },
        {
            "start": 874148273,
            "stop": 874148571
        },
        {
            "start": 874148590,
            "stop": 874151053
        },
        {
            "start": 874151073,
            "stop": 874151201
        },
        {
            "start": 874151221,
            "stop": 874151694
        },
        {
            "start": 874151713,
            "stop": 874152590
        },
        {
            "start": 874152609,
            "stop": 874154640
        },
        {
            "start": 874154700,
            "stop": 874154950
        },
        {
            "start": 874154967,
            "stop": 874155770
        },
        {
            "start": 874155789,
            "stop": 874156429
        },
        {
            "start": 874156549,
            "stop": 874157179
        }
    ]
}