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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=66",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 67,
    "results": [
        {
            "start": 817780896,
            "stop": 817780907
        },
        {
            "start": 817780910,
            "stop": 817780918
        },
        {
            "start": 817780921,
            "stop": 817780998
        },
        {
            "start": 817781001,
            "stop": 817781005
        },
        {
            "start": 817781010,
            "stop": 817781083
        },
        {
            "start": 817781087,
            "stop": 817781100
        },
        {
            "start": 817781103,
            "stop": 817781119
        },
        {
            "start": 817781122,
            "stop": 817781146
        },
        {
            "start": 817781156,
            "stop": 817781185
        },
        {
            "start": 817781188,
            "stop": 817781191
        },
        {
            "start": 817781194,
            "stop": 817781217
        },
        {
            "start": 817781220,
            "stop": 817781227
        },
        {
            "start": 817781230,
            "stop": 817781231
        },
        {
            "start": 817781235,
            "stop": 817781273
        },
        {
            "start": 817781276,
            "stop": 817781278
        },
        {
            "start": 817781281,
            "stop": 817781342
        },
        {
            "start": 817781348,
            "stop": 817781352
        },
        {
            "start": 817781355,
            "stop": 817781385
        },
        {
            "start": 817781388,
            "stop": 817781439
        },
        {
            "start": 817781445,
            "stop": 817781446
        }
    ]
}