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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=20",
    "results_count": 422,
    "results_per_page": 20,
    "num_pages": 22,
    "page_number": 21,
    "results": [
        {
            "start": 1268590632,
            "stop": 1268604731
        },
        {
            "start": 1268610280,
            "stop": 1268611350
        },
        {
            "start": 1268614227,
            "stop": 1268681642
        },
        {
            "start": 1268684520,
            "stop": 1268760648
        },
        {
            "start": 1268768240,
            "stop": 1268774132
        },
        {
            "start": 1268774207,
            "stop": 1268789926
        },
        {
            "start": 1268796613,
            "stop": 1268825454
        },
        {
            "start": 1268825843,
            "stop": 1268840534
        },
        {
            "start": 1268840752,
            "stop": 1268930493
        },
        {
            "start": 1268935770,
            "stop": 1268953675
        },
        {
            "start": 1268963390,
            "stop": 1268982912
        },
        {
            "start": 1268983007,
            "stop": 1269021617
        },
        {
            "start": 1269027017,
            "stop": 1269035369
        },
        {
            "start": 1269035504,
            "stop": 1269086579
        },
        {
            "start": 1269091658,
            "stop": 1269096522
        },
        {
            "start": 1269114550,
            "stop": 1269140331
        },
        {
            "start": 1269155510,
            "stop": 1269198848
        },
        {
            "start": 1269198850,
            "stop": 1269220459
        },
        {
            "start": 1269229591,
            "stop": 1269277120
        },
        {
            "start": 1269288626,
            "stop": 1269296489
        }
    ]
}