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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=272",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 273,
    "results": [
        {
            "start": 840699451,
            "stop": 840706357
        },
        {
            "start": 840706359,
            "stop": 840710533
        },
        {
            "start": 840711851,
            "stop": 840719072
        },
        {
            "start": 840719074,
            "stop": 840721679
        },
        {
            "start": 840721680,
            "stop": 840725289
        },
        {
            "start": 840728054,
            "stop": 840728110
        },
        {
            "start": 840728112,
            "stop": 840729075
        },
        {
            "start": 840729077,
            "stop": 840733623
        },
        {
            "start": 840733624,
            "stop": 840735227
        },
        {
            "start": 840735330,
            "stop": 840743110
        },
        {
            "start": 840746118,
            "stop": 840748575
        },
        {
            "start": 840748578,
            "stop": 840748590
        },
        {
            "start": 840748592,
            "stop": 840748806
        },
        {
            "start": 840748807,
            "stop": 840749801
        },
        {
            "start": 840753581,
            "stop": 840756023
        },
        {
            "start": 840756025,
            "stop": 840756283
        },
        {
            "start": 840756285,
            "stop": 840759074
        },
        {
            "start": 840759076,
            "stop": 840759909
        },
        {
            "start": 840760539,
            "stop": 840760728
        },
        {
            "start": 840760730,
            "stop": 840761962
        }
    ]
}