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=4857
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=4858",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4856",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4857,
    "results": [
        {
            "start": 874744134,
            "stop": 874744193
        },
        {
            "start": 874744212,
            "stop": 874744213
        },
        {
            "start": 874744233,
            "stop": 874744260
        },
        {
            "start": 874744320,
            "stop": 874744412
        },
        {
            "start": 874744437,
            "stop": 874744444
        },
        {
            "start": 874744463,
            "stop": 874744513
        },
        {
            "start": 874744532,
            "stop": 874744548
        },
        {
            "start": 874744567,
            "stop": 874744659
        },
        {
            "start": 874744678,
            "stop": 874744686
        },
        {
            "start": 874744711,
            "stop": 874744816
        },
        {
            "start": 874744851,
            "stop": 874745028
        },
        {
            "start": 874745047,
            "stop": 874745060
        },
        {
            "start": 874745079,
            "stop": 874745086
        },
        {
            "start": 874745120,
            "stop": 874745131
        },
        {
            "start": 874745150,
            "stop": 874745194
        },
        {
            "start": 874745213,
            "stop": 874745234
        },
        {
            "start": 874745262,
            "stop": 874745269
        },
        {
            "start": 874745305,
            "stop": 874745340
        },
        {
            "start": 874745400,
            "stop": 874745495
        },
        {
            "start": 874745538,
            "stop": 874745569
        }
    ]
}