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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2331",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2332,
    "results": [
        {
            "start": 874407370,
            "stop": 874407685
        },
        {
            "start": 874407718,
            "stop": 874407737
        },
        {
            "start": 874407756,
            "stop": 874407771
        },
        {
            "start": 874407790,
            "stop": 874408926
        },
        {
            "start": 874408945,
            "stop": 874409117
        },
        {
            "start": 874409137,
            "stop": 874409138
        },
        {
            "start": 874409185,
            "stop": 874409367
        },
        {
            "start": 874409392,
            "stop": 874409602
        },
        {
            "start": 874409624,
            "stop": 874409633
        },
        {
            "start": 874409717,
            "stop": 874409730
        },
        {
            "start": 874409776,
            "stop": 874409805
        },
        {
            "start": 874409829,
            "stop": 874409885
        },
        {
            "start": 874409904,
            "stop": 874410022
        },
        {
            "start": 874410041,
            "stop": 874410685
        },
        {
            "start": 874410690,
            "stop": 874410719
        },
        {
            "start": 874410756,
            "stop": 874410970
        },
        {
            "start": 874411010,
            "stop": 874411067
        },
        {
            "start": 874411104,
            "stop": 874411131
        },
        {
            "start": 874411167,
            "stop": 874411202
        },
        {
            "start": 874411233,
            "stop": 874411277
        }
    ]
}