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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT1/segments?format=api&page=12",
    "results_count": 414,
    "results_per_page": 20,
    "num_pages": 21,
    "page_number": 13,
    "results": [
        {
            "start": 1264193062,
            "stop": 1264216232
        },
        {
            "start": 1264221877,
            "stop": 1264250849
        },
        {
            "start": 1264256425,
            "stop": 1264261585
        },
        {
            "start": 1264297924,
            "stop": 1264370267
        },
        {
            "start": 1264392987,
            "stop": 1264403179
        },
        {
            "start": 1264409744,
            "stop": 1264436140
        },
        {
            "start": 1264442607,
            "stop": 1264452560
        },
        {
            "start": 1264454643,
            "stop": 1264457418
        },
        {
            "start": 1264462727,
            "stop": 1264469840
        },
        {
            "start": 1264477009,
            "stop": 1264521216
        },
        {
            "start": 1264521591,
            "stop": 1264526137
        },
        {
            "start": 1264531957,
            "stop": 1264535208
        },
        {
            "start": 1264542917,
            "stop": 1264568467
        },
        {
            "start": 1264568681,
            "stop": 1264571417
        },
        {
            "start": 1264572039,
            "stop": 1264591699
        },
        {
            "start": 1264597197,
            "stop": 1264703538
        },
        {
            "start": 1264703820,
            "stop": 1264734208
        },
        {
            "start": 1264734278,
            "stop": 1264784410
        },
        {
            "start": 1264784617,
            "stop": 1264791613
        },
        {
            "start": 1264794808,
            "stop": 1264809614
        }
    ]
}