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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=175",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 176,
    "results": [
        {
            "start": 931539694,
            "stop": 931539731
        },
        {
            "start": 931539733,
            "stop": 931539803
        },
        {
            "start": 931539804,
            "stop": 931539828
        },
        {
            "start": 931539829,
            "stop": 931539830
        },
        {
            "start": 931539832,
            "stop": 931539856
        },
        {
            "start": 931539858,
            "stop": 931539875
        },
        {
            "start": 931539877,
            "stop": 931539878
        },
        {
            "start": 931539880,
            "stop": 931539895
        },
        {
            "start": 931539899,
            "stop": 931539902
        },
        {
            "start": 931539904,
            "stop": 931539914
        },
        {
            "start": 931539916,
            "stop": 931539920
        },
        {
            "start": 931539922,
            "stop": 931539924
        },
        {
            "start": 931539927,
            "stop": 931539936
        },
        {
            "start": 931539938,
            "stop": 931539945
        },
        {
            "start": 931539946,
            "stop": 931539948
        },
        {
            "start": 931539957,
            "stop": 931539958
        },
        {
            "start": 931539961,
            "stop": 931539966
        },
        {
            "start": 931539968,
            "stop": 931539970
        },
        {
            "start": 931539973,
            "stop": 931539979
        },
        {
            "start": 931539980,
            "stop": 931540021
        }
    ]
}