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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=447",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=445",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 446,
    "results": [
        {
            "start": 1268458069,
            "stop": 1268458077
        },
        {
            "start": 1268458079,
            "stop": 1268458080
        },
        {
            "start": 1268458081,
            "stop": 1268458099
        },
        {
            "start": 1268458100,
            "stop": 1268458115
        },
        {
            "start": 1268458116,
            "stop": 1268458120
        },
        {
            "start": 1268458121,
            "stop": 1268458122
        },
        {
            "start": 1268458124,
            "stop": 1268458148
        },
        {
            "start": 1268458149,
            "stop": 1268458161
        },
        {
            "start": 1268458162,
            "stop": 1268458165
        },
        {
            "start": 1268458167,
            "stop": 1268458169
        },
        {
            "start": 1268458170,
            "stop": 1268458172
        },
        {
            "start": 1268458174,
            "stop": 1268458178
        },
        {
            "start": 1268458179,
            "stop": 1268458245
        },
        {
            "start": 1268458246,
            "stop": 1268458281
        },
        {
            "start": 1268458282,
            "stop": 1268458316
        },
        {
            "start": 1268458317,
            "stop": 1268458319
        },
        {
            "start": 1268458322,
            "stop": 1268458385
        },
        {
            "start": 1268458387,
            "stop": 1268459651
        },
        {
            "start": 1268459652,
            "stop": 1268461329
        },
        {
            "start": 1268461330,
            "stop": 1268461339
        }
    ]
}