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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2070",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2068",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2069,
    "results": [
        {
            "start": 870882778,
            "stop": 870883132
        },
        {
            "start": 870883149,
            "stop": 870883242
        },
        {
            "start": 870883259,
            "stop": 870883504
        },
        {
            "start": 870883534,
            "stop": 870883874
        },
        {
            "start": 870883891,
            "stop": 870884086
        },
        {
            "start": 870884103,
            "stop": 870884137
        },
        {
            "start": 870884158,
            "stop": 870884165
        },
        {
            "start": 870884182,
            "stop": 870884243
        },
        {
            "start": 870884260,
            "stop": 870884284
        },
        {
            "start": 870884305,
            "stop": 870884327
        },
        {
            "start": 870884355,
            "stop": 870884514
        },
        {
            "start": 870884531,
            "stop": 870884854
        },
        {
            "start": 870884872,
            "stop": 870885015
        },
        {
            "start": 870885032,
            "stop": 870885220
        },
        {
            "start": 870885237,
            "stop": 870885240
        },
        {
            "start": 870885257,
            "stop": 870885378
        },
        {
            "start": 870885395,
            "stop": 870885760
        },
        {
            "start": 870885777,
            "stop": 870885946
        },
        {
            "start": 870885963,
            "stop": 870886026
        },
        {
            "start": 870886064,
            "stop": 870887355
        }
    ]
}