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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3847",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3845",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3846,
    "results": [
        {
            "start": 875122649,
            "stop": 875123334
        },
        {
            "start": 875123351,
            "stop": 875124142
        },
        {
            "start": 875124159,
            "stop": 875124420
        },
        {
            "start": 875124480,
            "stop": 875125697
        },
        {
            "start": 875125700,
            "stop": 875125881
        },
        {
            "start": 875125884,
            "stop": 875126218
        },
        {
            "start": 875126221,
            "stop": 875126541
        },
        {
            "start": 875126558,
            "stop": 875126796
        },
        {
            "start": 875126813,
            "stop": 875126940
        },
        {
            "start": 875126957,
            "stop": 875127019
        },
        {
            "start": 875127036,
            "stop": 875127507
        },
        {
            "start": 875127525,
            "stop": 875127529
        },
        {
            "start": 875127546,
            "stop": 875128197
        },
        {
            "start": 875128200,
            "stop": 875128492
        },
        {
            "start": 875128509,
            "stop": 875128732
        },
        {
            "start": 875128761,
            "stop": 875128772
        },
        {
            "start": 875128789,
            "stop": 875129023
        },
        {
            "start": 875129040,
            "stop": 875131825
        },
        {
            "start": 875131842,
            "stop": 875132410
        },
        {
            "start": 875132415,
            "stop": 875132640
        }
    ]
}