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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=252",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 253,
    "results": [
        {
            "start": 818224878,
            "stop": 818224881
        },
        {
            "start": 818224894,
            "stop": 818224897
        },
        {
            "start": 818224903,
            "stop": 818224904
        },
        {
            "start": 818224917,
            "stop": 818224918
        },
        {
            "start": 818224932,
            "stop": 818224933
        },
        {
            "start": 818224943,
            "stop": 818224945
        },
        {
            "start": 818224953,
            "stop": 818224954
        },
        {
            "start": 818224958,
            "stop": 818224960
        },
        {
            "start": 818224982,
            "stop": 818224986
        },
        {
            "start": 818224996,
            "stop": 818225000
        },
        {
            "start": 818225012,
            "stop": 818225013
        },
        {
            "start": 818225019,
            "stop": 818225023
        },
        {
            "start": 818225026,
            "stop": 818225028
        },
        {
            "start": 818225033,
            "stop": 818225036
        },
        {
            "start": 818225041,
            "stop": 818225043
        },
        {
            "start": 818225050,
            "stop": 818225054
        },
        {
            "start": 818225067,
            "stop": 818225069
        },
        {
            "start": 818225083,
            "stop": 818225084
        },
        {
            "start": 818225087,
            "stop": 818225089
        },
        {
            "start": 818225094,
            "stop": 818225098
        }
    ]
}