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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3656",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3654",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3655,
    "results": [
        {
            "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": 970716910
        },
        {
            "start": 970716911,
            "stop": 970716970
        },
        {
            "start": 970716973,
            "stop": 970717036
        },
        {
            "start": 970717039,
            "stop": 970717296
        },
        {
            "start": 970717299,
            "stop": 970717648
        },
        {
            "start": 970724199,
            "stop": 970724283
        },
        {
            "start": 970724286,
            "stop": 970724379
        },
        {
            "start": 970724394,
            "stop": 970724512
        },
        {
            "start": 970724515,
            "stop": 970724734
        },
        {
            "start": 970731804,
            "stop": 970731844
        },
        {
            "start": 970731847,
            "stop": 970731982
        },
        {
            "start": 970731985,
            "stop": 970732169
        },
        {
            "start": 970732170,
            "stop": 970732298
        }
    ]
}