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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3668",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3666",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3667,
    "results": [
        {
            "start": 872877780,
            "stop": 872878042
        },
        {
            "start": 872878059,
            "stop": 872878064
        },
        {
            "start": 872878081,
            "stop": 872878289
        },
        {
            "start": 872878306,
            "stop": 872878332
        },
        {
            "start": 872878349,
            "stop": 872878444
        },
        {
            "start": 872878461,
            "stop": 872878524
        },
        {
            "start": 872878541,
            "stop": 872878587
        },
        {
            "start": 872878604,
            "stop": 872878619
        },
        {
            "start": 872878636,
            "stop": 872878718
        },
        {
            "start": 872878735,
            "stop": 872878764
        },
        {
            "start": 872878781,
            "stop": 872878816
        },
        {
            "start": 872878833,
            "stop": 872878936
        },
        {
            "start": 872878953,
            "stop": 872879126
        },
        {
            "start": 872879143,
            "stop": 872879996
        },
        {
            "start": 872880018,
            "stop": 872880435
        },
        {
            "start": 872880439,
            "stop": 872880593
        },
        {
            "start": 872880610,
            "stop": 872881111
        },
        {
            "start": 872881128,
            "stop": 872881361
        },
        {
            "start": 872881378,
            "stop": 872881902
        },
        {
            "start": 872881919,
            "stop": 872882100
        }
    ]
}