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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1358",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1356",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1357,
    "results": [
        {
            "start": 966049556,
            "stop": 966054789
        },
        {
            "start": 966055214,
            "stop": 966057960
        },
        {
            "start": 966057961,
            "stop": 966065586
        },
        {
            "start": 966065587,
            "stop": 966081003
        },
        {
            "start": 966082451,
            "stop": 966084886
        },
        {
            "start": 966084887,
            "stop": 966086175
        },
        {
            "start": 966102268,
            "stop": 966106023
        },
        {
            "start": 966106024,
            "stop": 966106339
        },
        {
            "start": 966106340,
            "stop": 966106344
        },
        {
            "start": 966106346,
            "stop": 966106373
        },
        {
            "start": 966106374,
            "stop": 966106391
        },
        {
            "start": 966106392,
            "stop": 966106536
        },
        {
            "start": 966106537,
            "stop": 966106592
        },
        {
            "start": 966106593,
            "stop": 966106654
        },
        {
            "start": 966106656,
            "stop": 966106685
        },
        {
            "start": 966106686,
            "stop": 966106713
        },
        {
            "start": 966106714,
            "stop": 966106743
        },
        {
            "start": 966106744,
            "stop": 966106795
        },
        {
            "start": 966106796,
            "stop": 966106816
        },
        {
            "start": 966106817,
            "stop": 966106853
        }
    ]
}