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=398
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=399",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=397",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 398,
    "results": [
        {
            "start": 829638681,
            "stop": 829638682
        },
        {
            "start": 829638684,
            "stop": 829638690
        },
        {
            "start": 829638692,
            "stop": 829638693
        },
        {
            "start": 829638696,
            "stop": 829638711
        },
        {
            "start": 829638713,
            "stop": 829638715
        },
        {
            "start": 829638717,
            "stop": 829638726
        },
        {
            "start": 829638728,
            "stop": 829638729
        },
        {
            "start": 829638731,
            "stop": 829638740
        },
        {
            "start": 829638742,
            "stop": 829638775
        },
        {
            "start": 829638777,
            "stop": 829638789
        },
        {
            "start": 829638791,
            "stop": 829638806
        },
        {
            "start": 829638808,
            "stop": 829638811
        },
        {
            "start": 829638813,
            "stop": 829638818
        },
        {
            "start": 829638820,
            "stop": 829638830
        },
        {
            "start": 829638832,
            "stop": 829638843
        },
        {
            "start": 829638848,
            "stop": 829638850
        },
        {
            "start": 829638852,
            "stop": 829638865
        },
        {
            "start": 829638867,
            "stop": 829638875
        },
        {
            "start": 829638877,
            "stop": 829638881
        },
        {
            "start": 829638884,
            "stop": 829638897
        }
    ]
}