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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=109",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 110,
    "results": [
        {
            "start": 817405950,
            "stop": 817406929
        },
        {
            "start": 817406932,
            "stop": 817407765
        },
        {
            "start": 817407766,
            "stop": 817410631
        },
        {
            "start": 817410634,
            "stop": 817411754
        },
        {
            "start": 817411771,
            "stop": 817416622
        },
        {
            "start": 817416623,
            "stop": 817419173
        },
        {
            "start": 817419176,
            "stop": 817420291
        },
        {
            "start": 817420308,
            "stop": 817421102
        },
        {
            "start": 817421120,
            "stop": 817422996
        },
        {
            "start": 817423853,
            "stop": 817425602
        },
        {
            "start": 817426677,
            "stop": 817428453
        },
        {
            "start": 817428456,
            "stop": 817431059
        },
        {
            "start": 817431078,
            "stop": 817437600
        },
        {
            "start": 817437603,
            "stop": 817440419
        },
        {
            "start": 817440467,
            "stop": 817442042
        },
        {
            "start": 817443516,
            "stop": 817447535
        },
        {
            "start": 817460989,
            "stop": 817477279
        },
        {
            "start": 817477283,
            "stop": 817484995
        },
        {
            "start": 817486380,
            "stop": 817488302
        },
        {
            "start": 817491662,
            "stop": 817492352
        }
    ]
}