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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9860",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9858",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9859,
    "results": [
        {
            "start": 874211577,
            "stop": 874211716
        },
        {
            "start": 874211733,
            "stop": 874215943
        },
        {
            "start": 874215960,
            "stop": 874216488
        },
        {
            "start": 874216505,
            "stop": 874219254
        },
        {
            "start": 874219374,
            "stop": 874219718
        },
        {
            "start": 874219838,
            "stop": 874221240
        },
        {
            "start": 874221300,
            "stop": 874223280
        },
        {
            "start": 874223340,
            "stop": 874225151
        },
        {
            "start": 874225168,
            "stop": 874226460
        },
        {
            "start": 874227308,
            "stop": 874228018
        },
        {
            "start": 874228035,
            "stop": 874228440
        },
        {
            "start": 874228500,
            "stop": 874230540
        },
        {
            "start": 874230600,
            "stop": 874231481
        },
        {
            "start": 874231498,
            "stop": 874232100
        },
        {
            "start": 874232220,
            "stop": 874232222
        },
        {
            "start": 874232239,
            "stop": 874232788
        },
        {
            "start": 874232908,
            "stop": 874238234
        },
        {
            "start": 874238251,
            "stop": 874238716
        },
        {
            "start": 874238719,
            "stop": 874238740
        },
        {
            "start": 874238745,
            "stop": 874239162
        }
    ]
}