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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8911",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8909",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8910,
    "results": [
        {
            "start": 873395652,
            "stop": 873396145
        },
        {
            "start": 873396173,
            "stop": 873396227
        },
        {
            "start": 873396312,
            "stop": 873396346
        },
        {
            "start": 873396365,
            "stop": 873396380
        },
        {
            "start": 873396428,
            "stop": 873396503
        },
        {
            "start": 873396551,
            "stop": 873396567
        },
        {
            "start": 873396586,
            "stop": 873396587
        },
        {
            "start": 873396630,
            "stop": 873396671
        },
        {
            "start": 873396694,
            "stop": 873396796
        },
        {
            "start": 873396815,
            "stop": 873396846
        },
        {
            "start": 873396865,
            "stop": 873396882
        },
        {
            "start": 873396906,
            "stop": 873396909
        },
        {
            "start": 873396931,
            "stop": 873396944
        },
        {
            "start": 873396966,
            "stop": 873396968
        },
        {
            "start": 873396994,
            "stop": 873397075
        },
        {
            "start": 873397094,
            "stop": 873397116
        },
        {
            "start": 873397135,
            "stop": 873397136
        },
        {
            "start": 873397291,
            "stop": 873397343
        },
        {
            "start": 873397373,
            "stop": 873397411
        },
        {
            "start": 873397461,
            "stop": 873397469
        }
    ]
}