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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=2",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3,
    "results": [
        {
            "start": 931077921,
            "stop": 931077925
        },
        {
            "start": 931077926,
            "stop": 931077930
        },
        {
            "start": 931077932,
            "stop": 931077940
        },
        {
            "start": 931077941,
            "stop": 931078005
        },
        {
            "start": 931078007,
            "stop": 931078216
        },
        {
            "start": 931078217,
            "stop": 931078243
        },
        {
            "start": 931078244,
            "stop": 931078351
        },
        {
            "start": 931078352,
            "stop": 931078388
        },
        {
            "start": 931078389,
            "stop": 931078418
        },
        {
            "start": 931078420,
            "stop": 931078422
        },
        {
            "start": 931078516,
            "stop": 931078698
        },
        {
            "start": 931078700,
            "stop": 931078716
        },
        {
            "start": 931078717,
            "stop": 931078815
        },
        {
            "start": 931079175,
            "stop": 931079187
        },
        {
            "start": 931079188,
            "stop": 931079189
        },
        {
            "start": 931079190,
            "stop": 931079309
        },
        {
            "start": 931079310,
            "stop": 931079319
        },
        {
            "start": 931079320,
            "stop": 931079389
        },
        {
            "start": 931080617,
            "stop": 931080627
        },
        {
            "start": 931080630,
            "stop": 931080643
        }
    ]
}