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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=168",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 169,
    "results": [
        {
            "start": 1177540360,
            "stop": 1177540364
        },
        {
            "start": 1177540372,
            "stop": 1177540377
        },
        {
            "start": 1177540383,
            "stop": 1177540391
        },
        {
            "start": 1177540392,
            "stop": 1177540414
        },
        {
            "start": 1177540421,
            "stop": 1177540427
        },
        {
            "start": 1177540434,
            "stop": 1177540438
        },
        {
            "start": 1177540444,
            "stop": 1177540449
        },
        {
            "start": 1177540454,
            "stop": 1177540491
        },
        {
            "start": 1177540493,
            "stop": 1177540501
        },
        {
            "start": 1177540508,
            "stop": 1177540515
        },
        {
            "start": 1177540520,
            "stop": 1177540567
        },
        {
            "start": 1177540570,
            "stop": 1177540577
        },
        {
            "start": 1177540582,
            "stop": 1177540589
        },
        {
            "start": 1177540590,
            "stop": 1177541065
        },
        {
            "start": 1177541070,
            "stop": 1177541077
        },
        {
            "start": 1177541083,
            "stop": 1177541091
        },
        {
            "start": 1177541096,
            "stop": 1177541105
        },
        {
            "start": 1177541106,
            "stop": 1177541379
        },
        {
            "start": 1177541383,
            "stop": 1177541388
        },
        {
            "start": 1177541394,
            "stop": 1177541401
        }
    ]
}