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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=315",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 316,
    "results": [
        {
            "start": 823076567,
            "stop": 823076772
        },
        {
            "start": 823076777,
            "stop": 823076787
        },
        {
            "start": 823076806,
            "stop": 823077052
        },
        {
            "start": 823077057,
            "stop": 823077193
        },
        {
            "start": 823077198,
            "stop": 823077715
        },
        {
            "start": 823077720,
            "stop": 823077888
        },
        {
            "start": 823077895,
            "stop": 823077943
        },
        {
            "start": 823077948,
            "stop": 823078281
        },
        {
            "start": 823078287,
            "stop": 823078346
        },
        {
            "start": 823078352,
            "stop": 823078424
        },
        {
            "start": 823078429,
            "stop": 823078436
        },
        {
            "start": 823078442,
            "stop": 823078485
        },
        {
            "start": 823078491,
            "stop": 823078513
        },
        {
            "start": 823078522,
            "stop": 823079479
        },
        {
            "start": 823079487,
            "stop": 823079506
        },
        {
            "start": 823079512,
            "stop": 823079596
        },
        {
            "start": 823079601,
            "stop": 823079646
        },
        {
            "start": 823079651,
            "stop": 823079661
        },
        {
            "start": 823079667,
            "stop": 823079906
        },
        {
            "start": 823079913,
            "stop": 823080146
        }
    ]
}