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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=526",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=524",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 525,
    "results": [
        {
            "start": 967201703,
            "stop": 967227874
        },
        {
            "start": 967227875,
            "stop": 967245860
        },
        {
            "start": 967247330,
            "stop": 967269441
        },
        {
            "start": 967271201,
            "stop": 967272412
        },
        {
            "start": 967357045,
            "stop": 967357510
        },
        {
            "start": 967361430,
            "stop": 967361616
        },
        {
            "start": 967366781,
            "stop": 967367466
        },
        {
            "start": 967369771,
            "stop": 967383779
        },
        {
            "start": 967385565,
            "stop": 967385643
        },
        {
            "start": 967388167,
            "stop": 967390244
        },
        {
            "start": 967391965,
            "stop": 967392923
        },
        {
            "start": 967392924,
            "stop": 967393780
        },
        {
            "start": 967414776,
            "stop": 967470708
        },
        {
            "start": 967470710,
            "stop": 967486812
        },
        {
            "start": 967663096,
            "stop": 967665568
        },
        {
            "start": 967668392,
            "stop": 967679980
        },
        {
            "start": 967704535,
            "stop": 967731613
        },
        {
            "start": 967731614,
            "stop": 967742059
        },
        {
            "start": 967749348,
            "stop": 967756925
        },
        {
            "start": 967756926,
            "stop": 967759426
        }
    ]
}