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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7433",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7431",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7432,
    "results": [
        {
            "start": 969983274,
            "stop": 969983348
        },
        {
            "start": 969983351,
            "stop": 969983352
        },
        {
            "start": 969983355,
            "stop": 969983519
        },
        {
            "start": 969983959,
            "stop": 969983960
        },
        {
            "start": 969983963,
            "stop": 969983982
        },
        {
            "start": 969983985,
            "stop": 969983986
        },
        {
            "start": 969983989,
            "stop": 969983999
        },
        {
            "start": 969984039,
            "stop": 969984047
        },
        {
            "start": 969984239,
            "stop": 969984272
        },
        {
            "start": 969984275,
            "stop": 969984279
        },
        {
            "start": 969984639,
            "stop": 969984648
        },
        {
            "start": 969984651,
            "stop": 969984671
        },
        {
            "start": 969984674,
            "stop": 969984800
        },
        {
            "start": 969984803,
            "stop": 969984859
        },
        {
            "start": 969984862,
            "stop": 969984901
        },
        {
            "start": 969984904,
            "stop": 969984919
        },
        {
            "start": 969984999,
            "stop": 969985039
        },
        {
            "start": 969985079,
            "stop": 969985135
        },
        {
            "start": 969985139,
            "stop": 969985239
        },
        {
            "start": 969985399,
            "stop": 969985408
        }
    ]
}