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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=139",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 140,
    "results": [
        {
            "start": 931735509,
            "stop": 931735628
        },
        {
            "start": 931735642,
            "stop": 931735643
        },
        {
            "start": 931735650,
            "stop": 931735818
        },
        {
            "start": 931735824,
            "stop": 931735833
        },
        {
            "start": 931735839,
            "stop": 931735926
        },
        {
            "start": 931735932,
            "stop": 931735937
        },
        {
            "start": 931735942,
            "stop": 931735948
        },
        {
            "start": 931735958,
            "stop": 931735962
        },
        {
            "start": 931735968,
            "stop": 931735975
        },
        {
            "start": 931735984,
            "stop": 931735987
        },
        {
            "start": 931735993,
            "stop": 931736053
        },
        {
            "start": 931736059,
            "stop": 931736061
        },
        {
            "start": 931736066,
            "stop": 931736137
        },
        {
            "start": 931736143,
            "stop": 931736166
        },
        {
            "start": 931736172,
            "stop": 931736175
        },
        {
            "start": 931736181,
            "stop": 931736345
        },
        {
            "start": 931736351,
            "stop": 931736353
        },
        {
            "start": 931736363,
            "stop": 931736407
        },
        {
            "start": 931736419,
            "stop": 931736433
        },
        {
            "start": 931736450,
            "stop": 931736471
        }
    ]
}