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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7560",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7558",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7559,
    "results": [
        {
            "start": 970424744,
            "stop": 970424787
        },
        {
            "start": 970424790,
            "stop": 970424829
        },
        {
            "start": 970424832,
            "stop": 970424872
        },
        {
            "start": 970424875,
            "stop": 970424886
        },
        {
            "start": 970424889,
            "stop": 970424903
        },
        {
            "start": 970424907,
            "stop": 970424944
        },
        {
            "start": 970424947,
            "stop": 970424971
        },
        {
            "start": 970424974,
            "stop": 970424998
        },
        {
            "start": 970425001,
            "stop": 970425024
        },
        {
            "start": 970425027,
            "stop": 970425130
        },
        {
            "start": 970425134,
            "stop": 970425178
        },
        {
            "start": 970425190,
            "stop": 970425198
        },
        {
            "start": 970425203,
            "stop": 970425222
        },
        {
            "start": 970425225,
            "stop": 970425228
        },
        {
            "start": 970425231,
            "stop": 970425256
        },
        {
            "start": 970425262,
            "stop": 970425265
        },
        {
            "start": 970425268,
            "stop": 970425272
        },
        {
            "start": 970425280,
            "stop": 970425281
        },
        {
            "start": 970425319,
            "stop": 970425342
        },
        {
            "start": 970425345,
            "stop": 970425353
        }
    ]
}