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=2125
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=2126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2124",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2125,
    "results": [
        {
            "start": 872174208,
            "stop": 872174255
        },
        {
            "start": 872174274,
            "stop": 872174334
        },
        {
            "start": 872174393,
            "stop": 872174415
        },
        {
            "start": 872174445,
            "stop": 872174447
        },
        {
            "start": 872174466,
            "stop": 872174575
        },
        {
            "start": 872174646,
            "stop": 872174665
        },
        {
            "start": 872174728,
            "stop": 872174739
        },
        {
            "start": 872174758,
            "stop": 872174760
        },
        {
            "start": 872174790,
            "stop": 872174803
        },
        {
            "start": 872174822,
            "stop": 872174959
        },
        {
            "start": 872174982,
            "stop": 872175858
        },
        {
            "start": 872175899,
            "stop": 872176584
        },
        {
            "start": 872176603,
            "stop": 872176615
        },
        {
            "start": 872176634,
            "stop": 872176636
        },
        {
            "start": 872176655,
            "stop": 872176659
        },
        {
            "start": 872176678,
            "stop": 872176737
        },
        {
            "start": 872176756,
            "stop": 872176823
        },
        {
            "start": 872176845,
            "stop": 872176870
        },
        {
            "start": 872176889,
            "stop": 872176913
        },
        {
            "start": 872176932,
            "stop": 872177073
        }
    ]
}