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=297
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=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=296",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 297,
    "results": [
        {
            "start": 820896416,
            "stop": 820896451
        },
        {
            "start": 820896470,
            "stop": 820896471
        },
        {
            "start": 820896475,
            "stop": 820896501
        },
        {
            "start": 820896521,
            "stop": 820896799
        },
        {
            "start": 820896919,
            "stop": 820897020
        },
        {
            "start": 820897140,
            "stop": 820898373
        },
        {
            "start": 820898377,
            "stop": 820898460
        },
        {
            "start": 820898520,
            "stop": 820898653
        },
        {
            "start": 820898894,
            "stop": 820899354
        },
        {
            "start": 820899474,
            "stop": 820899518
        },
        {
            "start": 820899701,
            "stop": 820900617
        },
        {
            "start": 820900620,
            "stop": 820900819
        },
        {
            "start": 820900822,
            "stop": 820901634
        },
        {
            "start": 820901638,
            "stop": 820902073
        },
        {
            "start": 820902193,
            "stop": 820902270
        },
        {
            "start": 820902320,
            "stop": 820902636
        },
        {
            "start": 820902756,
            "stop": 820902936
        },
        {
            "start": 820902939,
            "stop": 820903380
        },
        {
            "start": 820903555,
            "stop": 820904641
        },
        {
            "start": 820904658,
            "stop": 820904763
        }
    ]
}