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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3834",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3832",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3833,
    "results": [
        {
            "start": 874944397,
            "stop": 874944475
        },
        {
            "start": 874944479,
            "stop": 874945031
        },
        {
            "start": 874945055,
            "stop": 874945445
        },
        {
            "start": 874953518,
            "stop": 874953540
        },
        {
            "start": 874953600,
            "stop": 874953960
        },
        {
            "start": 874954080,
            "stop": 874954740
        },
        {
            "start": 874954800,
            "stop": 874955686
        },
        {
            "start": 874955712,
            "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
        }
    ]
}