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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=655",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=653",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 654,
    "results": [
        {
            "start": 848878610,
            "stop": 848882904
        },
        {
            "start": 848883304,
            "stop": 848896801
        },
        {
            "start": 848898210,
            "stop": 848918508
        },
        {
            "start": 848919778,
            "stop": 848922313
        },
        {
            "start": 848923274,
            "stop": 848942049
        },
        {
            "start": 848942856,
            "stop": 848943929
        },
        {
            "start": 848945593,
            "stop": 848963512
        },
        {
            "start": 848964055,
            "stop": 848969596
        },
        {
            "start": 848970201,
            "stop": 848970214
        },
        {
            "start": 848971379,
            "stop": 848981877
        },
        {
            "start": 848984685,
            "stop": 849035342
        },
        {
            "start": 849036862,
            "stop": 849037093
        },
        {
            "start": 849038862,
            "stop": 849044924
        },
        {
            "start": 849045800,
            "stop": 849049958
        },
        {
            "start": 849051650,
            "stop": 849053082
        },
        {
            "start": 849054750,
            "stop": 849073239
        },
        {
            "start": 849073243,
            "stop": 849073244
        },
        {
            "start": 849073248,
            "stop": 849076389
        },
        {
            "start": 849083076,
            "stop": 849085186
        },
        {
            "start": 849085192,
            "stop": 849085193
        }
    ]
}