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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=136",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 137,
    "results": [
        {
            "start": 1239914112,
            "stop": 1239914230
        },
        {
            "start": 1239914232,
            "stop": 1239914350
        },
        {
            "start": 1239914352,
            "stop": 1239914470
        },
        {
            "start": 1239914472,
            "stop": 1239914590
        },
        {
            "start": 1239914592,
            "stop": 1239914710
        },
        {
            "start": 1239914712,
            "stop": 1239914830
        },
        {
            "start": 1239914832,
            "stop": 1239914950
        },
        {
            "start": 1239914952,
            "stop": 1239915070
        },
        {
            "start": 1239915072,
            "stop": 1239915190
        },
        {
            "start": 1239915192,
            "stop": 1239915310
        },
        {
            "start": 1239915312,
            "stop": 1239915430
        },
        {
            "start": 1239915432,
            "stop": 1239915550
        },
        {
            "start": 1239915552,
            "stop": 1239915670
        },
        {
            "start": 1239915672,
            "stop": 1239915790
        },
        {
            "start": 1239915792,
            "stop": 1239915910
        },
        {
            "start": 1239915912,
            "stop": 1239916030
        },
        {
            "start": 1239916032,
            "stop": 1239916150
        },
        {
            "start": 1239916152,
            "stop": 1239916270
        },
        {
            "start": 1239916272,
            "stop": 1239916390
        },
        {
            "start": 1239916392,
            "stop": 1239916510
        }
    ]
}