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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8818",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8816",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8817,
    "results": [
        {
            "start": 872577216,
            "stop": 872577425
        },
        {
            "start": 872577444,
            "stop": 872577501
        },
        {
            "start": 872577518,
            "stop": 872577762
        },
        {
            "start": 872577779,
            "stop": 872578204
        },
        {
            "start": 872578221,
            "stop": 872578243
        },
        {
            "start": 872578260,
            "stop": 872578784
        },
        {
            "start": 872578824,
            "stop": 872578920
        },
        {
            "start": 872578937,
            "stop": 872579163
        },
        {
            "start": 872582865,
            "stop": 872582933
        },
        {
            "start": 872582950,
            "stop": 872583260
        },
        {
            "start": 872584950,
            "stop": 872585187
        },
        {
            "start": 872585204,
            "stop": 872586509
        },
        {
            "start": 872586531,
            "stop": 872586718
        },
        {
            "start": 872586737,
            "stop": 872586886
        },
        {
            "start": 872586926,
            "stop": 872587043
        },
        {
            "start": 872587062,
            "stop": 872587087
        },
        {
            "start": 872589046,
            "stop": 872589057
        },
        {
            "start": 872589085,
            "stop": 872589099
        },
        {
            "start": 872589116,
            "stop": 872589216
        },
        {
            "start": 872589233,
            "stop": 872589312
        }
    ]
}