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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5060",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5058",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5059,
    "results": [
        {
            "start": 874606968,
            "stop": 874606993
        },
        {
            "start": 874607028,
            "stop": 874607029
        },
        {
            "start": 874607080,
            "stop": 874607099
        },
        {
            "start": 874607118,
            "stop": 874607182
        },
        {
            "start": 874607218,
            "stop": 874607223
        },
        {
            "start": 874607242,
            "stop": 874607271
        },
        {
            "start": 874607291,
            "stop": 874607326
        },
        {
            "start": 874607345,
            "stop": 874607397
        },
        {
            "start": 874607519,
            "stop": 874607522
        },
        {
            "start": 874607544,
            "stop": 874607548
        },
        {
            "start": 874607567,
            "stop": 874607584
        },
        {
            "start": 874607603,
            "stop": 874607605
        },
        {
            "start": 874607624,
            "stop": 874607630
        },
        {
            "start": 874607649,
            "stop": 874607656
        },
        {
            "start": 874607687,
            "stop": 874607692
        },
        {
            "start": 874607724,
            "stop": 874607745
        },
        {
            "start": 874607765,
            "stop": 874607776
        },
        {
            "start": 874607795,
            "stop": 874607796
        },
        {
            "start": 874607837,
            "stop": 874607856
        },
        {
            "start": 874607888,
            "stop": 874607905
        }
    ]
}