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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5963",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5961",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5962,
    "results": [
        {
            "start": 875226897,
            "stop": 875226900
        },
        {
            "start": 875226903,
            "stop": 875226908
        },
        {
            "start": 875226912,
            "stop": 875226917
        },
        {
            "start": 875226920,
            "stop": 875226921
        },
        {
            "start": 875226925,
            "stop": 875227035
        },
        {
            "start": 875227039,
            "stop": 875227040
        },
        {
            "start": 875227045,
            "stop": 875227075
        },
        {
            "start": 875227078,
            "stop": 875227110
        },
        {
            "start": 875227114,
            "stop": 875227118
        },
        {
            "start": 875227122,
            "stop": 875227165
        },
        {
            "start": 875227168,
            "stop": 875227201
        },
        {
            "start": 875227204,
            "stop": 875227235
        },
        {
            "start": 875227240,
            "stop": 875227243
        },
        {
            "start": 875227246,
            "stop": 875227270
        },
        {
            "start": 875227276,
            "stop": 875227324
        },
        {
            "start": 875227327,
            "stop": 875227334
        },
        {
            "start": 875227337,
            "stop": 875227396
        },
        {
            "start": 875227400,
            "stop": 875227437
        },
        {
            "start": 875227440,
            "stop": 875227490
        },
        {
            "start": 875227493,
            "stop": 875227498
        }
    ]
}