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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=702",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=700",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 701,
    "results": [
        {
            "start": 848971379,
            "stop": 848981902
        },
        {
            "start": 848981904,
            "stop": 848981905
        },
        {
            "start": 848984685,
            "stop": 849035342
        },
        {
            "start": 849036990,
            "stop": 849037050
        },
        {
            "start": 849038862,
            "stop": 849039990
        },
        {
            "start": 849040350,
            "stop": 849040530
        },
        {
            "start": 849041010,
            "stop": 849041490
        },
        {
            "start": 849041790,
            "stop": 849044954
        },
        {
            "start": 849045800,
            "stop": 849049958
        },
        {
            "start": 849051650,
            "stop": 849053082
        },
        {
            "start": 849054750,
            "stop": 849073239
        },
        {
            "start": 849073243,
            "stop": 849073244
        },
        {
            "start": 849073248,
            "stop": 849076417
        },
        {
            "start": 849083076,
            "stop": 849085186
        },
        {
            "start": 849085192,
            "stop": 849085193
        },
        {
            "start": 849085198,
            "stop": 849087175
        },
        {
            "start": 849088629,
            "stop": 849089070
        },
        {
            "start": 849089789,
            "stop": 849109593
        },
        {
            "start": 849109671,
            "stop": 849112162
        },
        {
            "start": 849112482,
            "stop": 849112767
        }
    ]
}