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=3586
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=3587",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3585",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3586,
    "results": [
        {
            "start": 871842288,
            "stop": 871842304
        },
        {
            "start": 871842327,
            "stop": 871842328
        },
        {
            "start": 871842345,
            "stop": 871842362
        },
        {
            "start": 871842380,
            "stop": 871842473
        },
        {
            "start": 871842490,
            "stop": 871842628
        },
        {
            "start": 871842646,
            "stop": 871842647
        },
        {
            "start": 871842674,
            "stop": 871842736
        },
        {
            "start": 871842753,
            "stop": 871842761
        },
        {
            "start": 871842778,
            "stop": 871842895
        },
        {
            "start": 871842960,
            "stop": 871843465
        },
        {
            "start": 871843482,
            "stop": 871843626
        },
        {
            "start": 871843648,
            "stop": 871844604
        },
        {
            "start": 871844621,
            "stop": 871844712
        },
        {
            "start": 871844730,
            "stop": 871844846
        },
        {
            "start": 871844863,
            "stop": 871844996
        },
        {
            "start": 871845013,
            "stop": 871845176
        },
        {
            "start": 871845193,
            "stop": 871845540
        },
        {
            "start": 871845600,
            "stop": 871845726
        },
        {
            "start": 871845743,
            "stop": 871846037
        },
        {
            "start": 871846054,
            "stop": 871846420
        }
    ]
}