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=6005
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=6006",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6004",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6005,
    "results": [
        {
            "start": 873464087,
            "stop": 873464095
        },
        {
            "start": 873464096,
            "stop": 873464098
        },
        {
            "start": 873464100,
            "stop": 873464107
        },
        {
            "start": 873464108,
            "stop": 873464109
        },
        {
            "start": 873464110,
            "stop": 873464156
        },
        {
            "start": 873464158,
            "stop": 873464167
        },
        {
            "start": 873464168,
            "stop": 873464194
        },
        {
            "start": 873464195,
            "stop": 873464218
        },
        {
            "start": 873464219,
            "stop": 873464240
        },
        {
            "start": 873464241,
            "stop": 873464243
        },
        {
            "start": 873464244,
            "stop": 873464330
        },
        {
            "start": 873464331,
            "stop": 873464705
        },
        {
            "start": 873464706,
            "stop": 873464848
        },
        {
            "start": 873464849,
            "stop": 873464875
        },
        {
            "start": 873464877,
            "stop": 873464904
        },
        {
            "start": 873464906,
            "stop": 873464912
        },
        {
            "start": 873464913,
            "stop": 873464916
        },
        {
            "start": 873464917,
            "stop": 873465158
        },
        {
            "start": 873465159,
            "stop": 873465255
        },
        {
            "start": 873466863,
            "stop": 873466864
        }
    ]
}