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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=144",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 145,
    "results": [
        {
            "start": 931485620,
            "stop": 931485742
        },
        {
            "start": 931485744,
            "stop": 931485747
        },
        {
            "start": 931485749,
            "stop": 931485808
        },
        {
            "start": 931485810,
            "stop": 931485862
        },
        {
            "start": 931485864,
            "stop": 931485928
        },
        {
            "start": 931485930,
            "stop": 931485954
        },
        {
            "start": 931485955,
            "stop": 931485957
        },
        {
            "start": 931485959,
            "stop": 931485960
        },
        {
            "start": 931485961,
            "stop": 931485966
        },
        {
            "start": 931485970,
            "stop": 931485997
        },
        {
            "start": 931485998,
            "stop": 931486191
        },
        {
            "start": 931486193,
            "stop": 931486288
        },
        {
            "start": 931486289,
            "stop": 931486455
        },
        {
            "start": 931486457,
            "stop": 931486564
        },
        {
            "start": 931486565,
            "stop": 931486592
        },
        {
            "start": 931486594,
            "stop": 931486652
        },
        {
            "start": 931486654,
            "stop": 931486689
        },
        {
            "start": 931486691,
            "stop": 931486698
        },
        {
            "start": 931486702,
            "stop": 931486716
        },
        {
            "start": 931486718,
            "stop": 931486728
        }
    ]
}