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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=45",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 46,
    "results": [
        {
            "start": 821523203,
            "stop": 821529834
        },
        {
            "start": 821529835,
            "stop": 821535872
        },
        {
            "start": 821536605,
            "stop": 821536891
        },
        {
            "start": 821537475,
            "stop": 821537580
        },
        {
            "start": 821537582,
            "stop": 821538967
        },
        {
            "start": 821538969,
            "stop": 821538970
        },
        {
            "start": 821538971,
            "stop": 821539414
        },
        {
            "start": 821539416,
            "stop": 821539473
        },
        {
            "start": 821539475,
            "stop": 821543648
        },
        {
            "start": 821544383,
            "stop": 821545053
        },
        {
            "start": 821545453,
            "stop": 821548692
        },
        {
            "start": 821549012,
            "stop": 821550345
        },
        {
            "start": 821564104,
            "stop": 821564711
        },
        {
            "start": 821564714,
            "stop": 821564945
        },
        {
            "start": 821564948,
            "stop": 821564951
        },
        {
            "start": 821565271,
            "stop": 821566302
        },
        {
            "start": 821567006,
            "stop": 821568397
        },
        {
            "start": 821568797,
            "stop": 821568957
        },
        {
            "start": 821569277,
            "stop": 821569447
        },
        {
            "start": 821570157,
            "stop": 821581491
        }
    ]
}