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/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=180",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 181,
    "results": [
        {
            "start": 820186851,
            "stop": 820187022
        },
        {
            "start": 820187029,
            "stop": 820187207
        },
        {
            "start": 820187214,
            "stop": 820187249
        },
        {
            "start": 820187257,
            "stop": 820187362
        },
        {
            "start": 820187369,
            "stop": 820187384
        },
        {
            "start": 820187391,
            "stop": 820187484
        },
        {
            "start": 820187492,
            "stop": 820187547
        },
        {
            "start": 820187554,
            "stop": 820187655
        },
        {
            "start": 820187662,
            "stop": 820187676
        },
        {
            "start": 820187683,
            "stop": 820187704
        },
        {
            "start": 820187716,
            "stop": 820187777
        },
        {
            "start": 820187784,
            "stop": 820187889
        },
        {
            "start": 820187896,
            "stop": 820187968
        },
        {
            "start": 820187975,
            "stop": 820187987
        },
        {
            "start": 820187999,
            "stop": 820188176
        },
        {
            "start": 820188183,
            "stop": 820188329
        },
        {
            "start": 820188336,
            "stop": 820188347
        },
        {
            "start": 820188355,
            "stop": 820188384
        },
        {
            "start": 820188391,
            "stop": 820188413
        },
        {
            "start": 820188421,
            "stop": 820188473
        }
    ]
}