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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=82",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 83,
    "results": [
        {
            "start": 1131058529,
            "stop": 1131058546
        },
        {
            "start": 1131058550,
            "stop": 1131058553
        },
        {
            "start": 1131058554,
            "stop": 1131058561
        },
        {
            "start": 1131058562,
            "stop": 1131058581
        },
        {
            "start": 1131058583,
            "stop": 1131058646
        },
        {
            "start": 1131058648,
            "stop": 1131058649
        },
        {
            "start": 1131058650,
            "stop": 1131058652
        },
        {
            "start": 1131058654,
            "stop": 1131058655
        },
        {
            "start": 1131058657,
            "stop": 1131058685
        },
        {
            "start": 1131058686,
            "stop": 1131058687
        },
        {
            "start": 1131058688,
            "stop": 1131058701
        },
        {
            "start": 1131058702,
            "stop": 1131058703
        },
        {
            "start": 1131058705,
            "stop": 1131058706
        },
        {
            "start": 1131058707,
            "stop": 1131058709
        },
        {
            "start": 1131058712,
            "stop": 1131058713
        },
        {
            "start": 1131058714,
            "stop": 1131058786
        },
        {
            "start": 1131058788,
            "stop": 1131058839
        },
        {
            "start": 1131058840,
            "stop": 1131058841
        },
        {
            "start": 1131058842,
            "stop": 1131058849
        },
        {
            "start": 1131058851,
            "stop": 1131058852
        }
    ]
}