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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7611",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7609",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7610,
    "results": [
        {
            "start": 970696403,
            "stop": 970696543
        },
        {
            "start": 970696546,
            "stop": 970696762
        },
        {
            "start": 970715552,
            "stop": 970715676
        },
        {
            "start": 970715679,
            "stop": 970715942
        },
        {
            "start": 970715945,
            "stop": 970715988
        },
        {
            "start": 970715991,
            "stop": 970716155
        },
        {
            "start": 970716158,
            "stop": 970716499
        },
        {
            "start": 970716502,
            "stop": 970716538
        },
        {
            "start": 970716541,
            "stop": 970716599
        },
        {
            "start": 970716602,
            "stop": 970716764
        },
        {
            "start": 970716767,
            "stop": 970716970
        },
        {
            "start": 970716973,
            "stop": 970717036
        },
        {
            "start": 970717039,
            "stop": 970717296
        },
        {
            "start": 970717299,
            "stop": 970717668
        },
        {
            "start": 970717671,
            "stop": 970717693
        },
        {
            "start": 970724199,
            "stop": 970724283
        },
        {
            "start": 970724286,
            "stop": 970724512
        },
        {
            "start": 970724515,
            "stop": 970724779
        },
        {
            "start": 970731804,
            "stop": 970731844
        },
        {
            "start": 970731847,
            "stop": 970731982
        }
    ]
}