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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1934",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1932",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1933,
    "results": [
        {
            "start": 850066238,
            "stop": 850066260
        },
        {
            "start": 850066381,
            "stop": 850066382
        },
        {
            "start": 850066383,
            "stop": 850066425
        },
        {
            "start": 850066435,
            "stop": 850066445
        },
        {
            "start": 850066447,
            "stop": 850066448
        },
        {
            "start": 850066758,
            "stop": 850066765
        },
        {
            "start": 850101279,
            "stop": 850101510
        },
        {
            "start": 850102015,
            "stop": 850109665
        },
        {
            "start": 850109673,
            "stop": 850109690
        },
        {
            "start": 850109695,
            "stop": 850111307
        },
        {
            "start": 850111555,
            "stop": 850111710
        },
        {
            "start": 850111770,
            "stop": 850111830
        },
        {
            "start": 850111890,
            "stop": 850112070
        },
        {
            "start": 850112190,
            "stop": 850112275
        },
        {
            "start": 850117547,
            "stop": 850137750
        },
        {
            "start": 850140418,
            "stop": 850141712
        },
        {
            "start": 850141720,
            "stop": 850146596
        },
        {
            "start": 850146599,
            "stop": 850152745
        },
        {
            "start": 850152753,
            "stop": 850153354
        },
        {
            "start": 850153683,
            "stop": 850155262
        }
    ]
}