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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=41",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 42,
    "results": [
        {
            "start": 1165843639,
            "stop": 1165843655
        },
        {
            "start": 1165843656,
            "stop": 1165843664
        },
        {
            "start": 1165843665,
            "stop": 1165843695
        },
        {
            "start": 1165843696,
            "stop": 1165843699
        },
        {
            "start": 1165843700,
            "stop": 1165843703
        },
        {
            "start": 1165843704,
            "stop": 1165843714
        },
        {
            "start": 1165843715,
            "stop": 1165843722
        },
        {
            "start": 1165843723,
            "stop": 1165843725
        },
        {
            "start": 1165843726,
            "stop": 1165843733
        },
        {
            "start": 1165843734,
            "stop": 1165843762
        },
        {
            "start": 1165843763,
            "stop": 1165843764
        },
        {
            "start": 1165843766,
            "stop": 1165843771
        },
        {
            "start": 1165843772,
            "stop": 1165843776
        },
        {
            "start": 1165843777,
            "stop": 1165843783
        },
        {
            "start": 1165843784,
            "stop": 1165843787
        },
        {
            "start": 1165843788,
            "stop": 1165843805
        },
        {
            "start": 1165843806,
            "stop": 1165843815
        },
        {
            "start": 1165843816,
            "stop": 1165843839
        },
        {
            "start": 1165843840,
            "stop": 1165843843
        },
        {
            "start": 1165843844,
            "stop": 1165843850
        }
    ]
}