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=2217
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=2218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2216",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2217,
    "results": [
        {
            "start": 872877126,
            "stop": 872877162
        },
        {
            "start": 872877179,
            "stop": 872877596
        },
        {
            "start": 872877613,
            "stop": 872880778
        },
        {
            "start": 872880968,
            "stop": 872881752
        },
        {
            "start": 872881957,
            "stop": 872892081
        },
        {
            "start": 872892100,
            "stop": 872892115
        },
        {
            "start": 872892134,
            "stop": 872893052
        },
        {
            "start": 872893058,
            "stop": 872893306
        },
        {
            "start": 872893311,
            "stop": 872893368
        },
        {
            "start": 872893374,
            "stop": 872893857
        },
        {
            "start": 872893862,
            "stop": 872900357
        },
        {
            "start": 872900362,
            "stop": 872900403
        },
        {
            "start": 872900408,
            "stop": 872900630
        },
        {
            "start": 872900636,
            "stop": 872911050
        },
        {
            "start": 872911074,
            "stop": 872915419
        },
        {
            "start": 872915438,
            "stop": 872915533
        },
        {
            "start": 872915567,
            "stop": 872915591
        },
        {
            "start": 872915620,
            "stop": 872915661
        },
        {
            "start": 872915712,
            "stop": 872915714
        },
        {
            "start": 872915733,
            "stop": 872915747
        }
    ]
}