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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT1/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT1/segments?format=api&page=63",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 64,
    "results": [
        {
            "start": 1253030943,
            "stop": 1253031519
        },
        {
            "start": 1253031535,
            "stop": 1253033223
        },
        {
            "start": 1253033239,
            "stop": 1253034271
        },
        {
            "start": 1253034287,
            "stop": 1253039807
        },
        {
            "start": 1253039823,
            "stop": 1253040343
        },
        {
            "start": 1253040359,
            "stop": 1253042167
        },
        {
            "start": 1253042183,
            "stop": 1253042415
        },
        {
            "start": 1253042431,
            "stop": 1253042815
        },
        {
            "start": 1253042831,
            "stop": 1253043047
        },
        {
            "start": 1253043063,
            "stop": 1253045407
        },
        {
            "start": 1253045423,
            "stop": 1253046999
        },
        {
            "start": 1253047015,
            "stop": 1253047331
        },
        {
            "start": 1253049857,
            "stop": 1253051879
        },
        {
            "start": 1253051895,
            "stop": 1253052383
        },
        {
            "start": 1253052399,
            "stop": 1253053346
        },
        {
            "start": 1253053424,
            "stop": 1253054033
        },
        {
            "start": 1253054049,
            "stop": 1253054161
        },
        {
            "start": 1253054177,
            "stop": 1253055121
        },
        {
            "start": 1253055137,
            "stop": 1253055961
        },
        {
            "start": 1253055977,
            "stop": 1253056281
        }
    ]
}