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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10228",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10229,
    "results": [
        {
            "start": 874266184,
            "stop": 874266241
        },
        {
            "start": 874266279,
            "stop": 874266300
        },
        {
            "start": 874266336,
            "stop": 874266518
        },
        {
            "start": 874266571,
            "stop": 874266802
        },
        {
            "start": 874266809,
            "stop": 874266819
        },
        {
            "start": 874266827,
            "stop": 874266994
        },
        {
            "start": 874267114,
            "stop": 874267148
        },
        {
            "start": 874267155,
            "stop": 874268301
        },
        {
            "start": 874268309,
            "stop": 874268636
        },
        {
            "start": 874268644,
            "stop": 874268807
        },
        {
            "start": 874268814,
            "stop": 874268905
        },
        {
            "start": 874268913,
            "stop": 874268940
        },
        {
            "start": 874269000,
            "stop": 874269019
        },
        {
            "start": 874269053,
            "stop": 874269055
        },
        {
            "start": 874269072,
            "stop": 874269092
        },
        {
            "start": 874269109,
            "stop": 874269303
        },
        {
            "start": 874269337,
            "stop": 874269720
        },
        {
            "start": 874269727,
            "stop": 874270182
        },
        {
            "start": 874270189,
            "stop": 874270437
        },
        {
            "start": 874270444,
            "stop": 874270461
        }
    ]
}