Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=241
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=240",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 241,
    "results": [
        {
            "start": 1177747732,
            "stop": 1177748137
        },
        {
            "start": 1177748138,
            "stop": 1177748275
        },
        {
            "start": 1177748276,
            "stop": 1177748278
        },
        {
            "start": 1177748279,
            "stop": 1177749185
        },
        {
            "start": 1177749187,
            "stop": 1177749265
        },
        {
            "start": 1177749266,
            "stop": 1177749570
        },
        {
            "start": 1177749571,
            "stop": 1177750705
        },
        {
            "start": 1177750706,
            "stop": 1177750745
        },
        {
            "start": 1177750746,
            "stop": 1177750748
        },
        {
            "start": 1177750749,
            "stop": 1177751003
        },
        {
            "start": 1177751004,
            "stop": 1177751119
        },
        {
            "start": 1177751120,
            "stop": 1177752109
        },
        {
            "start": 1177752110,
            "stop": 1177752959
        },
        {
            "start": 1177752960,
            "stop": 1177753384
        },
        {
            "start": 1177753385,
            "stop": 1177753408
        },
        {
            "start": 1177753412,
            "stop": 1177753462
        },
        {
            "start": 1177753463,
            "stop": 1177753575
        },
        {
            "start": 1177753576,
            "stop": 1177753578
        },
        {
            "start": 1177753581,
            "stop": 1177753583
        },
        {
            "start": 1177753584,
            "stop": 1177753585
        }
    ]
}