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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=256",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 257,
    "results": [
        {
            "start": 870580077,
            "stop": 870623540
        },
        {
            "start": 870623809,
            "stop": 870625347
        },
        {
            "start": 870626074,
            "stop": 870628991
        },
        {
            "start": 870637753,
            "stop": 870645618
        },
        {
            "start": 870647618,
            "stop": 870716124
        },
        {
            "start": 870716675,
            "stop": 870743015
        },
        {
            "start": 870743335,
            "stop": 870743569
        },
        {
            "start": 870744314,
            "stop": 870763437
        },
        {
            "start": 870763998,
            "stop": 870788333
        },
        {
            "start": 870788922,
            "stop": 870813933
        },
        {
            "start": 870816411,
            "stop": 870824925
        },
        {
            "start": 870825568,
            "stop": 870891384
        },
        {
            "start": 870892675,
            "stop": 870905554
        },
        {
            "start": 870906953,
            "stop": 870939886
        },
        {
            "start": 870941887,
            "stop": 870956280
        },
        {
            "start": 870961222,
            "stop": 870980609
        },
        {
            "start": 870982071,
            "stop": 870991893
        },
        {
            "start": 870992434,
            "stop": 871016285
        },
        {
            "start": 871016948,
            "stop": 871032216
        },
        {
            "start": 871032979,
            "stop": 871061206
        }
    ]
}