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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=230",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 231,
    "results": [
        {
            "start": 1186772314,
            "stop": 1186775149
        },
        {
            "start": 1186775150,
            "stop": 1186775321
        },
        {
            "start": 1186775322,
            "stop": 1186775334
        },
        {
            "start": 1186775335,
            "stop": 1186775467
        },
        {
            "start": 1186775468,
            "stop": 1186775470
        },
        {
            "start": 1186775471,
            "stop": 1186775478
        },
        {
            "start": 1186775479,
            "stop": 1186775583
        },
        {
            "start": 1186775587,
            "stop": 1186775590
        },
        {
            "start": 1186775591,
            "stop": 1186775599
        },
        {
            "start": 1186775600,
            "stop": 1186775676
        },
        {
            "start": 1186775679,
            "stop": 1186775680
        },
        {
            "start": 1186775681,
            "stop": 1186775688
        },
        {
            "start": 1186775689,
            "stop": 1186775763
        },
        {
            "start": 1186775766,
            "stop": 1186775770
        },
        {
            "start": 1186775771,
            "stop": 1186775774
        },
        {
            "start": 1186775776,
            "stop": 1186775874
        },
        {
            "start": 1186775875,
            "stop": 1186776065
        },
        {
            "start": 1186776067,
            "stop": 1186815000
        },
        {
            "start": 1186815600,
            "stop": 1186818067
        },
        {
            "start": 1186823504,
            "stop": 1186840847
        }
    ]
}