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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=186",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 187,
    "results": [
        {
            "start": 1181244673,
            "stop": 1181244681
        },
        {
            "start": 1181244683,
            "stop": 1181244709
        },
        {
            "start": 1181244710,
            "stop": 1181245282
        },
        {
            "start": 1181245283,
            "stop": 1181245494
        },
        {
            "start": 1181245496,
            "stop": 1181245498
        },
        {
            "start": 1181245501,
            "stop": 1181245502
        },
        {
            "start": 1181245503,
            "stop": 1181245697
        },
        {
            "start": 1181245700,
            "stop": 1181246107
        },
        {
            "start": 1181246108,
            "stop": 1181246115
        },
        {
            "start": 1181246116,
            "stop": 1181246117
        },
        {
            "start": 1181246118,
            "stop": 1181246353
        },
        {
            "start": 1181246354,
            "stop": 1181246362
        },
        {
            "start": 1181246363,
            "stop": 1181247331
        },
        {
            "start": 1181247333,
            "stop": 1181247337
        },
        {
            "start": 1181247339,
            "stop": 1181248986
        },
        {
            "start": 1181248987,
            "stop": 1181249216
        },
        {
            "start": 1181249217,
            "stop": 1181249533
        },
        {
            "start": 1181249534,
            "stop": 1181249540
        },
        {
            "start": 1181249542,
            "stop": 1181249560
        },
        {
            "start": 1181249561,
            "stop": 1181249568
        }
    ]
}