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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9933",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9931",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9932,
    "results": [
        {
            "start": 870932914,
            "stop": 870933125
        },
        {
            "start": 870933140,
            "stop": 870933147
        },
        {
            "start": 870933155,
            "stop": 870933161
        },
        {
            "start": 870933169,
            "stop": 870933233
        },
        {
            "start": 870933316,
            "stop": 870933360
        },
        {
            "start": 870933420,
            "stop": 870933470
        },
        {
            "start": 870933598,
            "stop": 870933600
        },
        {
            "start": 870933671,
            "stop": 870933688
        },
        {
            "start": 870933772,
            "stop": 870933830
        },
        {
            "start": 870933838,
            "stop": 870934012
        },
        {
            "start": 870934054,
            "stop": 870934087
        },
        {
            "start": 870934095,
            "stop": 870934434
        },
        {
            "start": 870934446,
            "stop": 870934495
        },
        {
            "start": 870934560,
            "stop": 870934667
        },
        {
            "start": 870934674,
            "stop": 870934680
        },
        {
            "start": 870934688,
            "stop": 870934882
        },
        {
            "start": 870934897,
            "stop": 870934927
        },
        {
            "start": 870934935,
            "stop": 870935019
        },
        {
            "start": 870935027,
            "stop": 870935042
        },
        {
            "start": 870935050,
            "stop": 870935056
        }
    ]
}