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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=396",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=394",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 395,
    "results": [
        {
            "start": 1184575090,
            "stop": 1184575137
        },
        {
            "start": 1184575143,
            "stop": 1184575216
        },
        {
            "start": 1184575235,
            "stop": 1184575286
        },
        {
            "start": 1184575309,
            "stop": 1184575311
        },
        {
            "start": 1184575327,
            "stop": 1184575328
        },
        {
            "start": 1184575334,
            "stop": 1184575381
        },
        {
            "start": 1184575387,
            "stop": 1184575437
        },
        {
            "start": 1184575442,
            "stop": 1184575493
        },
        {
            "start": 1184575504,
            "stop": 1184575506
        },
        {
            "start": 1184575511,
            "stop": 1184575606
        },
        {
            "start": 1184575620,
            "stop": 1184575635
        },
        {
            "start": 1184575647,
            "stop": 1184575648
        },
        {
            "start": 1184575667,
            "stop": 1184575676
        },
        {
            "start": 1184575680,
            "stop": 1184575682
        },
        {
            "start": 1184575687,
            "stop": 1184575690
        },
        {
            "start": 1184575704,
            "stop": 1184576039
        },
        {
            "start": 1184576054,
            "stop": 1184576062
        },
        {
            "start": 1184576066,
            "stop": 1184576144
        },
        {
            "start": 1184576150,
            "stop": 1184576392
        },
        {
            "start": 1184576397,
            "stop": 1184576403
        }
    ]
}