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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9934",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9932",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9933,
    "results": [
        {
            "start": 874954080,
            "stop": 874954477
        },
        {
            "start": 874954597,
            "stop": 874954740
        },
        {
            "start": 874954800,
            "stop": 874955570
        },
        {
            "start": 874955735,
            "stop": 874955779
        },
        {
            "start": 874955814,
            "stop": 874955940
        },
        {
            "start": 874956060,
            "stop": 874956237
        },
        {
            "start": 874956254,
            "stop": 874957080
        },
        {
            "start": 874957140,
            "stop": 874957260
        },
        {
            "start": 874957320,
            "stop": 874957500
        },
        {
            "start": 874957560,
            "stop": 874957924
        },
        {
            "start": 874957941,
            "stop": 874957980
        },
        {
            "start": 874958100,
            "stop": 874958580
        },
        {
            "start": 874958700,
            "stop": 874958708
        },
        {
            "start": 874958725,
            "stop": 874958744
        },
        {
            "start": 874958761,
            "stop": 874958938
        },
        {
            "start": 874958961,
            "stop": 874959030
        },
        {
            "start": 874959090,
            "stop": 874959115
        },
        {
            "start": 874959118,
            "stop": 874959120
        },
        {
            "start": 874959124,
            "stop": 874959143
        },
        {
            "start": 874959163,
            "stop": 874959170
        }
    ]
}