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=4756
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=4757",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4755",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4756,
    "results": [
        {
            "start": 874551400,
            "stop": 874551480
        },
        {
            "start": 874551540,
            "stop": 874551564
        },
        {
            "start": 874551584,
            "stop": 874551619
        },
        {
            "start": 874551643,
            "stop": 874551682
        },
        {
            "start": 874551701,
            "stop": 874551780
        },
        {
            "start": 874551978,
            "stop": 874551985
        },
        {
            "start": 874552010,
            "stop": 874552020
        },
        {
            "start": 874552091,
            "stop": 874552100
        },
        {
            "start": 874552138,
            "stop": 874552194
        },
        {
            "start": 874552236,
            "stop": 874552293
        },
        {
            "start": 874552440,
            "stop": 874552477
        },
        {
            "start": 874552496,
            "stop": 874552500
        },
        {
            "start": 874553520,
            "stop": 874553547
        },
        {
            "start": 874553566,
            "stop": 874553585
        },
        {
            "start": 874553605,
            "stop": 874553608
        },
        {
            "start": 874553631,
            "stop": 874553640
        },
        {
            "start": 874554000,
            "stop": 874554007
        },
        {
            "start": 874554026,
            "stop": 874554094
        },
        {
            "start": 874554113,
            "stop": 874554120
        },
        {
            "start": 874554360,
            "stop": 874554383
        }
    ]
}