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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=122",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 123,
    "results": [
        {
            "start": 827236468,
            "stop": 827236484
        },
        {
            "start": 827236512,
            "stop": 827236518
        },
        {
            "start": 827236531,
            "stop": 827236545
        },
        {
            "start": 827236554,
            "stop": 827236557
        },
        {
            "start": 827236561,
            "stop": 827236573
        },
        {
            "start": 827236593,
            "stop": 827236599
        },
        {
            "start": 827236603,
            "stop": 827236618
        },
        {
            "start": 827236621,
            "stop": 827236627
        },
        {
            "start": 827236654,
            "stop": 827236660
        },
        {
            "start": 827236665,
            "stop": 827236670
        },
        {
            "start": 827236692,
            "stop": 827236698
        },
        {
            "start": 827236717,
            "stop": 827236723
        },
        {
            "start": 827236731,
            "stop": 827236737
        },
        {
            "start": 827236756,
            "stop": 827236761
        },
        {
            "start": 827236813,
            "stop": 827236824
        },
        {
            "start": 827236833,
            "stop": 827236843
        },
        {
            "start": 827236851,
            "stop": 827236857
        },
        {
            "start": 827236870,
            "stop": 827236876
        },
        {
            "start": 827236879,
            "stop": 827236895
        },
        {
            "start": 827236942,
            "stop": 827236952
        }
    ]
}