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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7640",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7638",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7639,
    "results": [
        {
            "start": 970987066,
            "stop": 970987125
        },
        {
            "start": 970987128,
            "stop": 970987134
        },
        {
            "start": 970987136,
            "stop": 970987317
        },
        {
            "start": 970987320,
            "stop": 970987393
        },
        {
            "start": 970987396,
            "stop": 970987559
        },
        {
            "start": 970987572,
            "stop": 970987668
        },
        {
            "start": 970987671,
            "stop": 970988045
        },
        {
            "start": 970988048,
            "stop": 970988066
        },
        {
            "start": 970988069,
            "stop": 970988086
        },
        {
            "start": 970988089,
            "stop": 970988429
        },
        {
            "start": 970988432,
            "stop": 970988581
        },
        {
            "start": 970988584,
            "stop": 970988608
        },
        {
            "start": 970988611,
            "stop": 970988777
        },
        {
            "start": 970988780,
            "stop": 970988809
        },
        {
            "start": 970988812,
            "stop": 970988832
        },
        {
            "start": 970988835,
            "stop": 970988893
        },
        {
            "start": 970988896,
            "stop": 970988992
        },
        {
            "start": 970988995,
            "stop": 970989016
        },
        {
            "start": 970989019,
            "stop": 970989063
        },
        {
            "start": 970989066,
            "stop": 970989067
        }
    ]
}