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=8119
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=8120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8118",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8119,
    "results": [
        {
            "start": 970844971,
            "stop": 970844975
        },
        {
            "start": 970844984,
            "stop": 970845022
        },
        {
            "start": 970845028,
            "stop": 970845081
        },
        {
            "start": 970845084,
            "stop": 970845143
        },
        {
            "start": 970845146,
            "stop": 970845148
        },
        {
            "start": 970845151,
            "stop": 970845249
        },
        {
            "start": 970845252,
            "stop": 970845265
        },
        {
            "start": 970845270,
            "stop": 970845460
        },
        {
            "start": 970845463,
            "stop": 970845590
        },
        {
            "start": 970845593,
            "stop": 970845660
        },
        {
            "start": 970845665,
            "stop": 970845673
        },
        {
            "start": 970845679,
            "stop": 970845727
        },
        {
            "start": 970845730,
            "stop": 970845816
        },
        {
            "start": 970845820,
            "stop": 970846076
        },
        {
            "start": 970846079,
            "stop": 970846231
        },
        {
            "start": 970846234,
            "stop": 970846235
        },
        {
            "start": 970846238,
            "stop": 970846361
        },
        {
            "start": 970846364,
            "stop": 970846434
        },
        {
            "start": 970846445,
            "stop": 970846471
        },
        {
            "start": 970846474,
            "stop": 970846486
        }
    ]
}