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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=304",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 305,
    "results": [
        {
            "start": 822807043,
            "stop": 822807063
        },
        {
            "start": 822807067,
            "stop": 822807074
        },
        {
            "start": 822807077,
            "stop": 822807088
        },
        {
            "start": 822815950,
            "stop": 822815985
        },
        {
            "start": 822815992,
            "stop": 822816070
        },
        {
            "start": 822822257,
            "stop": 822822293
        },
        {
            "start": 822822300,
            "stop": 822822313
        },
        {
            "start": 822822411,
            "stop": 822822428
        },
        {
            "start": 822822432,
            "stop": 822822438
        },
        {
            "start": 822822442,
            "stop": 822822447
        },
        {
            "start": 822822456,
            "stop": 822822462
        },
        {
            "start": 822822470,
            "stop": 822822481
        },
        {
            "start": 822822514,
            "stop": 822822519
        },
        {
            "start": 822822523,
            "stop": 822822533
        },
        {
            "start": 822822540,
            "stop": 822822561
        },
        {
            "start": 822822568,
            "stop": 822822572
        },
        {
            "start": 822822579,
            "stop": 822822582
        },
        {
            "start": 822822586,
            "stop": 822822597
        },
        {
            "start": 822822605,
            "stop": 822822625
        },
        {
            "start": 822822691,
            "stop": 822822699
        }
    ]
}