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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=284",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 285,
    "results": [
        {
            "start": 1245450455,
            "stop": 1245451424
        },
        {
            "start": 1245451425,
            "stop": 1245464810
        },
        {
            "start": 1245464811,
            "stop": 1245473182
        },
        {
            "start": 1245473275,
            "stop": 1245475118
        },
        {
            "start": 1245475119,
            "stop": 1245475125
        },
        {
            "start": 1245475126,
            "stop": 1245475133
        },
        {
            "start": 1245475134,
            "stop": 1245475572
        },
        {
            "start": 1245475573,
            "stop": 1245485873
        },
        {
            "start": 1245485875,
            "stop": 1245490522
        },
        {
            "start": 1245532919,
            "stop": 1245534739
        },
        {
            "start": 1245534740,
            "stop": 1245534854
        },
        {
            "start": 1245534856,
            "stop": 1245535479
        },
        {
            "start": 1245535480,
            "stop": 1245535608
        },
        {
            "start": 1245535610,
            "stop": 1245535856
        },
        {
            "start": 1245535857,
            "stop": 1245535862
        },
        {
            "start": 1245535863,
            "stop": 1245535908
        },
        {
            "start": 1245535910,
            "stop": 1245535912
        },
        {
            "start": 1245535918,
            "stop": 1245535919
        },
        {
            "start": 1245535920,
            "stop": 1245535959
        },
        {
            "start": 1245535960,
            "stop": 1245536042
        }
    ]
}