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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5268",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5269,
    "results": [
        {
            "start": 875226113,
            "stop": 875226119
        },
        {
            "start": 875226126,
            "stop": 875226144
        },
        {
            "start": 875226152,
            "stop": 875226153
        },
        {
            "start": 875226160,
            "stop": 875226185
        },
        {
            "start": 875226192,
            "stop": 875226250
        },
        {
            "start": 875226257,
            "stop": 875226261
        },
        {
            "start": 875226275,
            "stop": 875226283
        },
        {
            "start": 875226295,
            "stop": 875226301
        },
        {
            "start": 875226309,
            "stop": 875226321
        },
        {
            "start": 875226328,
            "stop": 875226339
        },
        {
            "start": 875226347,
            "stop": 875226361
        },
        {
            "start": 875226368,
            "stop": 875226372
        },
        {
            "start": 875226379,
            "stop": 875226393
        },
        {
            "start": 875226401,
            "stop": 875226460
        },
        {
            "start": 875226468,
            "stop": 875226477
        },
        {
            "start": 875226484,
            "stop": 875226505
        },
        {
            "start": 875226512,
            "stop": 875226515
        },
        {
            "start": 875226527,
            "stop": 875226564
        },
        {
            "start": 875226571,
            "stop": 875226586
        },
        {
            "start": 875226593,
            "stop": 875226609
        }
    ]
}