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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46961",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46959",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46960,
    "results": [
        {
            "start": 875208124,
            "stop": 875208131
        },
        {
            "start": 875208134,
            "stop": 875208145
        },
        {
            "start": 875208148,
            "stop": 875208159
        },
        {
            "start": 875208163,
            "stop": 875208192
        },
        {
            "start": 875208194,
            "stop": 875208206
        },
        {
            "start": 875208210,
            "stop": 875208232
        },
        {
            "start": 875208233,
            "stop": 875208274
        },
        {
            "start": 875208275,
            "stop": 875208276
        },
        {
            "start": 875208278,
            "stop": 875208289
        },
        {
            "start": 875208292,
            "stop": 875208293
        },
        {
            "start": 875208296,
            "stop": 875208305
        },
        {
            "start": 875208308,
            "stop": 875208316
        },
        {
            "start": 875208319,
            "stop": 875208332
        },
        {
            "start": 875208333,
            "stop": 875208335
        },
        {
            "start": 875208336,
            "stop": 875208345
        },
        {
            "start": 875208346,
            "stop": 875208357
        },
        {
            "start": 875208358,
            "stop": 875208394
        },
        {
            "start": 875208397,
            "stop": 875208422
        },
        {
            "start": 875208425,
            "stop": 875208439
        },
        {
            "start": 875208440,
            "stop": 875208454
        }
    ]
}