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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3808",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3806",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3807,
    "results": [
        {
            "start": 873291020,
            "stop": 873291108
        },
        {
            "start": 873291111,
            "stop": 873291354
        },
        {
            "start": 873291355,
            "stop": 873291359
        },
        {
            "start": 873292626,
            "stop": 873292636
        },
        {
            "start": 873292637,
            "stop": 873292659
        },
        {
            "start": 873292662,
            "stop": 873292690
        },
        {
            "start": 873292691,
            "stop": 873292693
        },
        {
            "start": 873292694,
            "stop": 873292713
        },
        {
            "start": 873292715,
            "stop": 873292744
        },
        {
            "start": 873292745,
            "stop": 873292946
        },
        {
            "start": 873292947,
            "stop": 873292950
        },
        {
            "start": 873292952,
            "stop": 873293173
        },
        {
            "start": 873293177,
            "stop": 873293181
        },
        {
            "start": 873293184,
            "stop": 873293461
        },
        {
            "start": 873293464,
            "stop": 873293868
        },
        {
            "start": 873293871,
            "stop": 873294453
        },
        {
            "start": 873294458,
            "stop": 873294470
        },
        {
            "start": 873294473,
            "stop": 873294498
        },
        {
            "start": 873294501,
            "stop": 873294842
        },
        {
            "start": 873294846,
            "stop": 873294981
        }
    ]
}