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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=184",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 185,
    "results": [
        {
            "start": 933005159,
            "stop": 933005336
        },
        {
            "start": 933005357,
            "stop": 933005365
        },
        {
            "start": 933005384,
            "stop": 933005416
        },
        {
            "start": 933005435,
            "stop": 933005436
        },
        {
            "start": 933005455,
            "stop": 933005745
        },
        {
            "start": 933005750,
            "stop": 933005785
        },
        {
            "start": 933006710,
            "stop": 933006794
        },
        {
            "start": 933006799,
            "stop": 933007301
        },
        {
            "start": 933007323,
            "stop": 933007333
        },
        {
            "start": 933007353,
            "stop": 933007563
        },
        {
            "start": 933007582,
            "stop": 933007684
        },
        {
            "start": 933007689,
            "stop": 933007733
        },
        {
            "start": 933007752,
            "stop": 933007760
        },
        {
            "start": 933007779,
            "stop": 933007780
        },
        {
            "start": 933007869,
            "stop": 933007874
        },
        {
            "start": 933007879,
            "stop": 933007923
        },
        {
            "start": 933007954,
            "stop": 933007957
        },
        {
            "start": 933008088,
            "stop": 933008272
        },
        {
            "start": 933008385,
            "stop": 933008404
        },
        {
            "start": 933008427,
            "stop": 933008506
        }
    ]
}