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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=16",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 17,
    "results": [
        {
            "start": 817408137,
            "stop": 817412739
        },
        {
            "start": 817412741,
            "stop": 817412773
        },
        {
            "start": 817412816,
            "stop": 817412819
        },
        {
            "start": 817414689,
            "stop": 817417665
        },
        {
            "start": 817417667,
            "stop": 817417692
        },
        {
            "start": 817417918,
            "stop": 817417958
        },
        {
            "start": 817418071,
            "stop": 817419802
        },
        {
            "start": 817419804,
            "stop": 817419823
        },
        {
            "start": 817419877,
            "stop": 817423333
        },
        {
            "start": 817424327,
            "stop": 817425722
        },
        {
            "start": 817427752,
            "stop": 817431882
        },
        {
            "start": 817432099,
            "stop": 817439449
        },
        {
            "start": 817439542,
            "stop": 817440465
        },
        {
            "start": 817440468,
            "stop": 817442404
        },
        {
            "start": 817443515,
            "stop": 817447648
        },
        {
            "start": 817447758,
            "stop": 817447970
        },
        {
            "start": 817448270,
            "stop": 817449567
        },
        {
            "start": 817449677,
            "stop": 817450205
        },
        {
            "start": 817450467,
            "stop": 817453793
        },
        {
            "start": 817454851,
            "stop": 817454852
        }
    ]
}