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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=166",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 167,
    "results": [
        {
            "start": 1177535735,
            "stop": 1177535741
        },
        {
            "start": 1177535749,
            "stop": 1177535754
        },
        {
            "start": 1177535760,
            "stop": 1177535768
        },
        {
            "start": 1177535771,
            "stop": 1177536153
        },
        {
            "start": 1177536157,
            "stop": 1177536163
        },
        {
            "start": 1177536166,
            "stop": 1177536258
        },
        {
            "start": 1177536263,
            "stop": 1177536270
        },
        {
            "start": 1177536275,
            "stop": 1177536281
        },
        {
            "start": 1177536288,
            "stop": 1177536292
        },
        {
            "start": 1177536301,
            "stop": 1177536304
        },
        {
            "start": 1177536311,
            "stop": 1177536315
        },
        {
            "start": 1177536318,
            "stop": 1177536368
        },
        {
            "start": 1177536373,
            "stop": 1177536379
        },
        {
            "start": 1177536382,
            "stop": 1177536748
        },
        {
            "start": 1177536752,
            "stop": 1177537451
        },
        {
            "start": 1177537456,
            "stop": 1177537463
        },
        {
            "start": 1177537466,
            "stop": 1177537475
        },
        {
            "start": 1177537478,
            "stop": 1177538442
        },
        {
            "start": 1177538447,
            "stop": 1177538452
        },
        {
            "start": 1177538459,
            "stop": 1177538463
        }
    ]
}