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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=191",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 192,
    "results": [
        {
            "start": 820361222,
            "stop": 820361258
        },
        {
            "start": 820361269,
            "stop": 820361599
        },
        {
            "start": 820361617,
            "stop": 820361648
        },
        {
            "start": 820361659,
            "stop": 820361671
        },
        {
            "start": 820361678,
            "stop": 820362186
        },
        {
            "start": 820362197,
            "stop": 820362248
        },
        {
            "start": 820362260,
            "stop": 820362309
        },
        {
            "start": 820362320,
            "stop": 820362334
        },
        {
            "start": 820362365,
            "stop": 820362577
        },
        {
            "start": 820362584,
            "stop": 820362963
        },
        {
            "start": 820362991,
            "stop": 820363373
        },
        {
            "start": 820363380,
            "stop": 820364375
        },
        {
            "start": 820364382,
            "stop": 820364436
        },
        {
            "start": 820364447,
            "stop": 820365090
        },
        {
            "start": 820365330,
            "stop": 820365791
        },
        {
            "start": 820365802,
            "stop": 820372393
        },
        {
            "start": 820374708,
            "stop": 820380856
        },
        {
            "start": 820380889,
            "stop": 820382233
        },
        {
            "start": 820383370,
            "stop": 820396168
        },
        {
            "start": 820396175,
            "stop": 820396189
        }
    ]
}