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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=81",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 82,
    "results": [
        {
            "start": 816922094,
            "stop": 816922333
        },
        {
            "start": 816922820,
            "stop": 816923187
        },
        {
            "start": 816923191,
            "stop": 816923615
        },
        {
            "start": 816923618,
            "stop": 816923980
        },
        {
            "start": 816923983,
            "stop": 816923985
        },
        {
            "start": 816923989,
            "stop": 816924273
        },
        {
            "start": 816924276,
            "stop": 816925688
        },
        {
            "start": 816925691,
            "stop": 816926295
        },
        {
            "start": 816926298,
            "stop": 816926592
        },
        {
            "start": 816926595,
            "stop": 816927844
        },
        {
            "start": 816927847,
            "stop": 816928490
        },
        {
            "start": 816928493,
            "stop": 816928502
        },
        {
            "start": 816928506,
            "stop": 816931327
        },
        {
            "start": 816931330,
            "stop": 816931979
        },
        {
            "start": 816931982,
            "stop": 816932302
        },
        {
            "start": 816932305,
            "stop": 816932839
        },
        {
            "start": 816932842,
            "stop": 816933128
        },
        {
            "start": 816933131,
            "stop": 816934218
        },
        {
            "start": 816934221,
            "stop": 816935308
        },
        {
            "start": 816935311,
            "stop": 816937024
        }
    ]
}