Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6176
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6175",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6176,
    "results": [
        {
            "start": 874437434,
            "stop": 874437817
        },
        {
            "start": 874437818,
            "stop": 874438320
        },
        {
            "start": 874438560,
            "stop": 874438573
        },
        {
            "start": 874438574,
            "stop": 874438702
        },
        {
            "start": 874438703,
            "stop": 874439944
        },
        {
            "start": 874439950,
            "stop": 874440148
        },
        {
            "start": 874440151,
            "stop": 874441748
        },
        {
            "start": 874441757,
            "stop": 874441763
        },
        {
            "start": 874441766,
            "stop": 874441771
        },
        {
            "start": 874441774,
            "stop": 874441792
        },
        {
            "start": 874441796,
            "stop": 874441801
        },
        {
            "start": 874441806,
            "stop": 874441811
        },
        {
            "start": 874441814,
            "stop": 874441827
        },
        {
            "start": 874441830,
            "stop": 874441836
        },
        {
            "start": 874441839,
            "stop": 874441878
        },
        {
            "start": 874441881,
            "stop": 874441884
        },
        {
            "start": 874441888,
            "stop": 874441914
        },
        {
            "start": 874441917,
            "stop": 874441924
        },
        {
            "start": 874441927,
            "stop": 874442218
        },
        {
            "start": 874442280,
            "stop": 874442369
        }
    ]
}