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=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=14",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 15,
    "results": [
        {
            "start": 1169492697,
            "stop": 1169493151
        },
        {
            "start": 1169493153,
            "stop": 1169494637
        },
        {
            "start": 1169494639,
            "stop": 1169494899
        },
        {
            "start": 1169498395,
            "stop": 1169499533
        },
        {
            "start": 1169499535,
            "stop": 1169502455
        },
        {
            "start": 1169502457,
            "stop": 1169502568
        },
        {
            "start": 1169502570,
            "stop": 1169504406
        },
        {
            "start": 1169504408,
            "stop": 1169504813
        },
        {
            "start": 1169504815,
            "stop": 1169506082
        },
        {
            "start": 1169506084,
            "stop": 1169506524
        },
        {
            "start": 1169506526,
            "stop": 1169520917
        },
        {
            "start": 1169520919,
            "stop": 1169521889
        },
        {
            "start": 1169521891,
            "stop": 1169523787
        },
        {
            "start": 1169523789,
            "stop": 1169529381
        },
        {
            "start": 1169529383,
            "stop": 1169531017
        },
        {
            "start": 1169531019,
            "stop": 1169533293
        },
        {
            "start": 1169533295,
            "stop": 1169536483
        },
        {
            "start": 1169536485,
            "stop": 1169542246
        },
        {
            "start": 1169542248,
            "stop": 1169549195
        },
        {
            "start": 1169549197,
            "stop": 1169551227
        }
    ]
}