Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=194
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=193",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 194,
    "results": [
        {
            "start": 1420514141,
            "stop": 1420514213
        },
        {
            "start": 1420514215,
            "stop": 1420514446
        },
        {
            "start": 1420517812,
            "stop": 1420519493
        },
        {
            "start": 1420519545,
            "stop": 1420520487
        },
        {
            "start": 1420520495,
            "stop": 1420520982
        },
        {
            "start": 1420520983,
            "stop": 1420522735
        },
        {
            "start": 1420522743,
            "stop": 1420524159
        },
        {
            "start": 1420524161,
            "stop": 1420524179
        },
        {
            "start": 1420524180,
            "stop": 1420525405
        },
        {
            "start": 1420525406,
            "stop": 1420530560
        },
        {
            "start": 1420530562,
            "stop": 1420531181
        },
        {
            "start": 1420531183,
            "stop": 1420532262
        },
        {
            "start": 1420532500,
            "stop": 1420533291
        },
        {
            "start": 1420533295,
            "stop": 1420534335
        },
        {
            "start": 1420534337,
            "stop": 1420536599
        },
        {
            "start": 1420536603,
            "stop": 1420538627
        },
        {
            "start": 1420538629,
            "stop": 1420539799
        },
        {
            "start": 1420539803,
            "stop": 1420545339
        },
        {
            "start": 1420545343,
            "stop": 1420545491
        },
        {
            "start": 1420545495,
            "stop": 1420545695
        }
    ]
}