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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8594",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8592",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8593,
    "results": [
        {
            "start": 870613306,
            "stop": 870613393
        },
        {
            "start": 870613411,
            "stop": 870613836
        },
        {
            "start": 870613956,
            "stop": 870615170
        },
        {
            "start": 870615250,
            "stop": 870615416
        },
        {
            "start": 870615433,
            "stop": 870616890
        },
        {
            "start": 870617010,
            "stop": 870617231
        },
        {
            "start": 870617351,
            "stop": 870618338
        },
        {
            "start": 870618458,
            "stop": 870620937
        },
        {
            "start": 870621057,
            "stop": 870621079
        },
        {
            "start": 870621272,
            "stop": 870621840
        },
        {
            "start": 870621900,
            "stop": 870622265
        },
        {
            "start": 870622459,
            "stop": 870623262
        },
        {
            "start": 870623300,
            "stop": 870623314
        },
        {
            "start": 870623410,
            "stop": 870623539
        },
        {
            "start": 870623808,
            "stop": 870624385
        },
        {
            "start": 870624426,
            "stop": 870624910
        },
        {
            "start": 870624914,
            "stop": 870625346
        },
        {
            "start": 870626073,
            "stop": 870626445
        },
        {
            "start": 870626462,
            "stop": 870626940
        },
        {
            "start": 870627000,
            "stop": 870627120
        }
    ]
}