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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8100",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8101,
    "results": [
        {
            "start": 970691404,
            "stop": 970692093
        },
        {
            "start": 970694627,
            "stop": 970695244
        },
        {
            "start": 970695247,
            "stop": 970695326
        },
        {
            "start": 970695329,
            "stop": 970696053
        },
        {
            "start": 970696056,
            "stop": 970696400
        },
        {
            "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
        }
    ]
}