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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=181",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 182,
    "results": [
        {
            "start": 1180470599,
            "stop": 1180470608
        },
        {
            "start": 1180470610,
            "stop": 1180472526
        },
        {
            "start": 1180472529,
            "stop": 1180472537
        },
        {
            "start": 1180472541,
            "stop": 1180476896
        },
        {
            "start": 1180494477,
            "stop": 1180534856
        },
        {
            "start": 1180540157,
            "stop": 1180546118
        },
        {
            "start": 1180546121,
            "stop": 1180546128
        },
        {
            "start": 1180546132,
            "stop": 1180546225
        },
        {
            "start": 1180546230,
            "stop": 1180546239
        },
        {
            "start": 1180546242,
            "stop": 1180546614
        },
        {
            "start": 1180546619,
            "stop": 1180546625
        },
        {
            "start": 1180546630,
            "stop": 1180546637
        },
        {
            "start": 1180546643,
            "stop": 1180546647
        },
        {
            "start": 1180546654,
            "stop": 1180547173
        },
        {
            "start": 1180547174,
            "stop": 1180547468
        },
        {
            "start": 1180547469,
            "stop": 1180547577
        },
        {
            "start": 1180547579,
            "stop": 1180547592
        },
        {
            "start": 1180547594,
            "stop": 1180547905
        },
        {
            "start": 1180547906,
            "stop": 1180547910
        },
        {
            "start": 1180547911,
            "stop": 1180548007
        }
    ]
}