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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=79",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 80,
    "results": [
        {
            "start": 1131054998,
            "stop": 1131055673
        },
        {
            "start": 1131055675,
            "stop": 1131055678
        },
        {
            "start": 1131055680,
            "stop": 1131055685
        },
        {
            "start": 1131055687,
            "stop": 1131055692
        },
        {
            "start": 1131055695,
            "stop": 1131055700
        },
        {
            "start": 1131055701,
            "stop": 1131055708
        },
        {
            "start": 1131055709,
            "stop": 1131055711
        },
        {
            "start": 1131055713,
            "stop": 1131055768
        },
        {
            "start": 1131055770,
            "stop": 1131055774
        },
        {
            "start": 1131055775,
            "stop": 1131055795
        },
        {
            "start": 1131055796,
            "stop": 1131055797
        },
        {
            "start": 1131055798,
            "stop": 1131055807
        },
        {
            "start": 1131055808,
            "stop": 1131055831
        },
        {
            "start": 1131055832,
            "stop": 1131055871
        },
        {
            "start": 1131055872,
            "stop": 1131055911
        },
        {
            "start": 1131055912,
            "stop": 1131055916
        },
        {
            "start": 1131055917,
            "stop": 1131055919
        },
        {
            "start": 1131055920,
            "stop": 1131055939
        },
        {
            "start": 1131055942,
            "stop": 1131055943
        },
        {
            "start": 1131055944,
            "stop": 1131055947
        }
    ]
}