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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=63",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 64,
    "results": [
        {
            "start": 816242765,
            "stop": 816242985
        },
        {
            "start": 816242993,
            "stop": 816243664
        },
        {
            "start": 816243671,
            "stop": 816244711
        },
        {
            "start": 816244859,
            "stop": 816246468
        },
        {
            "start": 816246481,
            "stop": 816247094
        },
        {
            "start": 816247101,
            "stop": 816248772
        },
        {
            "start": 816248779,
            "stop": 816250080
        },
        {
            "start": 816250093,
            "stop": 816252136
        },
        {
            "start": 816252143,
            "stop": 816252696
        },
        {
            "start": 816252697,
            "stop": 816252736
        },
        {
            "start": 816252744,
            "stop": 816253089
        },
        {
            "start": 816253096,
            "stop": 816253160
        },
        {
            "start": 816253167,
            "stop": 816253397
        },
        {
            "start": 816253410,
            "stop": 816254040
        },
        {
            "start": 816254047,
            "stop": 816254752
        },
        {
            "start": 816254759,
            "stop": 816255117
        },
        {
            "start": 816255125,
            "stop": 816255605
        },
        {
            "start": 816255612,
            "stop": 816255809
        },
        {
            "start": 816255817,
            "stop": 816256750
        },
        {
            "start": 816256757,
            "stop": 816257244
        }
    ]
}