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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=306",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 307,
    "results": [
        {
            "start": 860147691,
            "stop": 860147746
        },
        {
            "start": 860147750,
            "stop": 860147939
        },
        {
            "start": 860147953,
            "stop": 860147968
        },
        {
            "start": 860147996,
            "stop": 860148026
        },
        {
            "start": 860148034,
            "stop": 860148661
        },
        {
            "start": 860148666,
            "stop": 860148677
        },
        {
            "start": 860148685,
            "stop": 860148705
        },
        {
            "start": 860148709,
            "stop": 860148720
        },
        {
            "start": 860148724,
            "stop": 860148764
        },
        {
            "start": 860148768,
            "stop": 860149056
        },
        {
            "start": 860149060,
            "stop": 860149065
        },
        {
            "start": 860149069,
            "stop": 860149104
        },
        {
            "start": 860149108,
            "stop": 860149143
        },
        {
            "start": 860149156,
            "stop": 860149167
        },
        {
            "start": 860149175,
            "stop": 860149522
        },
        {
            "start": 860149530,
            "stop": 860149560
        },
        {
            "start": 860149564,
            "stop": 860149584
        },
        {
            "start": 860149592,
            "stop": 860149607
        },
        {
            "start": 860149615,
            "stop": 860149671
        },
        {
            "start": 860151094,
            "stop": 860151107
        }
    ]
}