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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=117",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 118,
    "results": [
        {
            "start": 931776032,
            "stop": 931776138
        },
        {
            "start": 931776161,
            "stop": 931776166
        },
        {
            "start": 931776168,
            "stop": 931776252
        },
        {
            "start": 931776292,
            "stop": 931776362
        },
        {
            "start": 931776790,
            "stop": 931776800
        },
        {
            "start": 931776817,
            "stop": 931776825
        },
        {
            "start": 931776860,
            "stop": 931776980
        },
        {
            "start": 931777044,
            "stop": 931777059
        },
        {
            "start": 931777077,
            "stop": 931777099
        },
        {
            "start": 931777117,
            "stop": 931777118
        },
        {
            "start": 931777153,
            "stop": 931777160
        },
        {
            "start": 931777178,
            "stop": 931777207
        },
        {
            "start": 931778532,
            "stop": 931778533
        },
        {
            "start": 931778557,
            "stop": 931778561
        },
        {
            "start": 931778564,
            "stop": 931778576
        },
        {
            "start": 931778668,
            "stop": 931778691
        },
        {
            "start": 931778709,
            "stop": 931778724
        },
        {
            "start": 931778741,
            "stop": 931778761
        },
        {
            "start": 931778764,
            "stop": 931778993
        },
        {
            "start": 931779011,
            "stop": 931779511
        }
    ]
}