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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=282",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 283,
    "results": [
        {
            "start": 1245062336,
            "stop": 1245065029
        },
        {
            "start": 1245065030,
            "stop": 1245070920
        },
        {
            "start": 1245070921,
            "stop": 1245072722
        },
        {
            "start": 1245072723,
            "stop": 1245073698
        },
        {
            "start": 1245073699,
            "stop": 1245075218
        },
        {
            "start": 1245075219,
            "stop": 1245126517
        },
        {
            "start": 1245130314,
            "stop": 1245140789
        },
        {
            "start": 1245140790,
            "stop": 1245141164
        },
        {
            "start": 1245141165,
            "stop": 1245141456
        },
        {
            "start": 1245141457,
            "stop": 1245144666
        },
        {
            "start": 1245155164,
            "stop": 1245155370
        },
        {
            "start": 1245155371,
            "stop": 1245156722
        },
        {
            "start": 1245156723,
            "stop": 1245158382
        },
        {
            "start": 1245158384,
            "stop": 1245158875
        },
        {
            "start": 1245158877,
            "stop": 1245164632
        },
        {
            "start": 1245164633,
            "stop": 1245164923
        },
        {
            "start": 1245164939,
            "stop": 1245164940
        },
        {
            "start": 1245164943,
            "stop": 1245164946
        },
        {
            "start": 1245164947,
            "stop": 1245165994
        },
        {
            "start": 1245165995,
            "stop": 1245172109
        }
    ]
}