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/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=54",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 55,
    "results": [
        {
            "start": 821691562,
            "stop": 821718678
        },
        {
            "start": 821720082,
            "stop": 821720816
        },
        {
            "start": 821722673,
            "stop": 821725821
        },
        {
            "start": 821728718,
            "stop": 821738117
        },
        {
            "start": 821738123,
            "stop": 821738130
        },
        {
            "start": 821739681,
            "stop": 821742750
        },
        {
            "start": 821742810,
            "stop": 821742812
        },
        {
            "start": 821744967,
            "stop": 821746986
        },
        {
            "start": 821747711,
            "stop": 821754826
        },
        {
            "start": 821754963,
            "stop": 821756528
        },
        {
            "start": 821756752,
            "stop": 821758647
        },
        {
            "start": 821758653,
            "stop": 821758655
        },
        {
            "start": 821758660,
            "stop": 821781399
        },
        {
            "start": 821784676,
            "stop": 821785185
        },
        {
            "start": 821785971,
            "stop": 821786653
        },
        {
            "start": 821786792,
            "stop": 821787210
        },
        {
            "start": 821787270,
            "stop": 821787283
        },
        {
            "start": 821789712,
            "stop": 821790601
        },
        {
            "start": 821790602,
            "stop": 821796235
        },
        {
            "start": 821796243,
            "stop": 821796295
        }
    ]
}