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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1911",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1909",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1910,
    "results": [
        {
            "start": 848147478,
            "stop": 848147492
        },
        {
            "start": 848147498,
            "stop": 848155734
        },
        {
            "start": 848157869,
            "stop": 848158319
        },
        {
            "start": 848158619,
            "stop": 848159077
        },
        {
            "start": 848159187,
            "stop": 848159615
        },
        {
            "start": 848160253,
            "stop": 848161273
        },
        {
            "start": 848194707,
            "stop": 848194855
        },
        {
            "start": 848194858,
            "stop": 848195849
        },
        {
            "start": 848195851,
            "stop": 848196303
        },
        {
            "start": 848196304,
            "stop": 848197485
        },
        {
            "start": 848197487,
            "stop": 848219790
        },
        {
            "start": 848219850,
            "stop": 848219910
        },
        {
            "start": 848219970,
            "stop": 848219980
        },
        {
            "start": 848220090,
            "stop": 848220663
        },
        {
            "start": 848220963,
            "stop": 848229659
        },
        {
            "start": 848231622,
            "stop": 848231639
        },
        {
            "start": 848231749,
            "stop": 848231812
        },
        {
            "start": 848232112,
            "stop": 848232362
        },
        {
            "start": 848232368,
            "stop": 848232382
        },
        {
            "start": 848232383,
            "stop": 848232440
        }
    ]
}