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=5979
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=5980",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5978",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5979,
    "results": [
        {
            "start": 873323132,
            "stop": 873323139
        },
        {
            "start": 873323140,
            "stop": 873323141
        },
        {
            "start": 873323142,
            "stop": 873323144
        },
        {
            "start": 873323148,
            "stop": 873323150
        },
        {
            "start": 873323152,
            "stop": 873323153
        },
        {
            "start": 873323155,
            "stop": 873323163
        },
        {
            "start": 873323166,
            "stop": 873323175
        },
        {
            "start": 873323176,
            "stop": 873323186
        },
        {
            "start": 873323189,
            "stop": 873323197
        },
        {
            "start": 873323198,
            "stop": 873323207
        },
        {
            "start": 873323208,
            "stop": 873323220
        },
        {
            "start": 873323221,
            "stop": 873323232
        },
        {
            "start": 873323233,
            "stop": 873323256
        },
        {
            "start": 873323257,
            "stop": 873323329
        },
        {
            "start": 873323332,
            "stop": 873323334
        },
        {
            "start": 873323335,
            "stop": 873323417
        },
        {
            "start": 873323418,
            "stop": 873323756
        },
        {
            "start": 873323757,
            "stop": 873323972
        },
        {
            "start": 873324004,
            "stop": 873326130
        },
        {
            "start": 873326132,
            "stop": 873326133
        }
    ]
}