Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=116
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=115",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 116,
    "results": [
        {
            "start": 825610395,
            "stop": 825610681
        },
        {
            "start": 825610791,
            "stop": 825611447
        },
        {
            "start": 825611747,
            "stop": 825612749
        },
        {
            "start": 825612751,
            "stop": 825612771
        },
        {
            "start": 825612773,
            "stop": 825612774
        },
        {
            "start": 825612780,
            "stop": 825612792
        },
        {
            "start": 825612794,
            "stop": 825612802
        },
        {
            "start": 825612804,
            "stop": 825612808
        },
        {
            "start": 825612811,
            "stop": 825612852
        },
        {
            "start": 825612855,
            "stop": 825615025
        },
        {
            "start": 825617321,
            "stop": 825626800
        },
        {
            "start": 825626802,
            "stop": 825634342
        },
        {
            "start": 825634345,
            "stop": 825634347
        },
        {
            "start": 825634349,
            "stop": 825645178
        },
        {
            "start": 825645180,
            "stop": 825654183
        },
        {
            "start": 825654187,
            "stop": 825654191
        },
        {
            "start": 825656828,
            "stop": 825656839
        },
        {
            "start": 825657186,
            "stop": 825686874
        },
        {
            "start": 825686876,
            "stop": 825693337
        },
        {
            "start": 825693350,
            "stop": 825693355
        }
    ]
}