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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=43",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 44,
    "results": [
        {
            "start": 931889148,
            "stop": 931889208
        },
        {
            "start": 931889209,
            "stop": 931889317
        },
        {
            "start": 931889318,
            "stop": 931889385
        },
        {
            "start": 931889386,
            "stop": 931889664
        },
        {
            "start": 931889681,
            "stop": 931890105
        },
        {
            "start": 931890106,
            "stop": 931890222
        },
        {
            "start": 931890224,
            "stop": 931890507
        },
        {
            "start": 931890509,
            "stop": 931890867
        },
        {
            "start": 931890868,
            "stop": 931891054
        },
        {
            "start": 931891055,
            "stop": 931891102
        },
        {
            "start": 931891103,
            "stop": 931891652
        },
        {
            "start": 931891653,
            "stop": 931891654
        },
        {
            "start": 931891655,
            "stop": 931892523
        },
        {
            "start": 931892524,
            "stop": 931892977
        },
        {
            "start": 931892979,
            "stop": 931893303
        },
        {
            "start": 931893304,
            "stop": 931893826
        },
        {
            "start": 931893827,
            "stop": 931894079
        },
        {
            "start": 931894081,
            "stop": 931894092
        },
        {
            "start": 931894094,
            "stop": 931894624
        },
        {
            "start": 931894625,
            "stop": 931894889
        }
    ]
}