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=1907
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=1908",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1906",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1907,
    "results": [
        {
            "start": 847824873,
            "stop": 847826275
        },
        {
            "start": 847826285,
            "stop": 847826462
        },
        {
            "start": 847826468,
            "stop": 847826472
        },
        {
            "start": 847826478,
            "stop": 847826493
        },
        {
            "start": 847826494,
            "stop": 847828330
        },
        {
            "start": 847828335,
            "stop": 847828350
        },
        {
            "start": 847828358,
            "stop": 847834541
        },
        {
            "start": 847836100,
            "stop": 847836109
        },
        {
            "start": 847836114,
            "stop": 847836122
        },
        {
            "start": 847836432,
            "stop": 847837271
        },
        {
            "start": 847837571,
            "stop": 847839565
        },
        {
            "start": 847839652,
            "stop": 847840858
        },
        {
            "start": 847840975,
            "stop": 847841050
        },
        {
            "start": 847841350,
            "stop": 847841364
        },
        {
            "start": 847841670,
            "stop": 847844730
        },
        {
            "start": 847844850,
            "stop": 847845332
        },
        {
            "start": 847845343,
            "stop": 847861576
        },
        {
            "start": 847861689,
            "stop": 847862295
        },
        {
            "start": 847862300,
            "stop": 847869892
        },
        {
            "start": 847869895,
            "stop": 847869907
        }
    ]
}