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=2277
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=2278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2276",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2277,
    "results": [
        {
            "start": 873721730,
            "stop": 873721756
        },
        {
            "start": 873721776,
            "stop": 873723134
        },
        {
            "start": 873723156,
            "stop": 873723382
        },
        {
            "start": 873723444,
            "stop": 873723618
        },
        {
            "start": 873723690,
            "stop": 873723852
        },
        {
            "start": 873723869,
            "stop": 873723874
        },
        {
            "start": 873723893,
            "stop": 873724436
        },
        {
            "start": 873724455,
            "stop": 873724640
        },
        {
            "start": 873724657,
            "stop": 873724718
        },
        {
            "start": 873724735,
            "stop": 873724841
        },
        {
            "start": 873728961,
            "stop": 873728987
        },
        {
            "start": 873729004,
            "stop": 873729086
        },
        {
            "start": 873729103,
            "stop": 873729129
        },
        {
            "start": 873729135,
            "stop": 873729144
        },
        {
            "start": 873729185,
            "stop": 873729663
        },
        {
            "start": 873729669,
            "stop": 873729826
        },
        {
            "start": 873729832,
            "stop": 873729845
        },
        {
            "start": 873730023,
            "stop": 873730205
        },
        {
            "start": 873730211,
            "stop": 873731625
        },
        {
            "start": 873731642,
            "stop": 873731880
        }
    ]
}