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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=533",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=531",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 532,
    "results": [
        {
            "start": 870231488,
            "stop": 870231540
        },
        {
            "start": 870231600,
            "stop": 870261899
        },
        {
            "start": 870262009,
            "stop": 870262176
        },
        {
            "start": 870262727,
            "stop": 870272979
        },
        {
            "start": 870274256,
            "stop": 870274313
        },
        {
            "start": 870275651,
            "stop": 870275737
        },
        {
            "start": 870275748,
            "stop": 870275775
        },
        {
            "start": 870275780,
            "stop": 870286695
        },
        {
            "start": 870286710,
            "stop": 870286715
        },
        {
            "start": 870286720,
            "stop": 870286765
        },
        {
            "start": 870286773,
            "stop": 870286787
        },
        {
            "start": 870286793,
            "stop": 870287052
        },
        {
            "start": 870287058,
            "stop": 870287105
        },
        {
            "start": 870287110,
            "stop": 870289756
        },
        {
            "start": 870290247,
            "stop": 870292488
        },
        {
            "start": 870292598,
            "stop": 870292802
        },
        {
            "start": 870293102,
            "stop": 870293443
        },
        {
            "start": 870293553,
            "stop": 870293602
        },
        {
            "start": 870293608,
            "stop": 870293727
        },
        {
            "start": 870294027,
            "stop": 870294233
        }
    ]
}