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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=398",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=396",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 397,
    "results": [
        {
            "start": 818418031,
            "stop": 818418039
        },
        {
            "start": 818418053,
            "stop": 818418060
        },
        {
            "start": 818418066,
            "stop": 818418092
        },
        {
            "start": 818418097,
            "stop": 818418108
        },
        {
            "start": 818418112,
            "stop": 818418116
        },
        {
            "start": 818418120,
            "stop": 818418198
        },
        {
            "start": 818418201,
            "stop": 818418202
        },
        {
            "start": 818418205,
            "stop": 818418575
        },
        {
            "start": 818418578,
            "stop": 818418638
        },
        {
            "start": 818418646,
            "stop": 818418647
        },
        {
            "start": 818418650,
            "stop": 818418806
        },
        {
            "start": 818418812,
            "stop": 818418816
        },
        {
            "start": 818418821,
            "stop": 818418822
        },
        {
            "start": 818418827,
            "stop": 818418828
        },
        {
            "start": 818418831,
            "stop": 818418835
        },
        {
            "start": 818418839,
            "stop": 818418854
        },
        {
            "start": 818418857,
            "stop": 818418858
        },
        {
            "start": 818418866,
            "stop": 818418872
        },
        {
            "start": 818418877,
            "stop": 818418893
        },
        {
            "start": 818418896,
            "stop": 818419066
        }
    ]
}