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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=44",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 45,
    "results": [
        {
            "start": 1370155713,
            "stop": 1370156768
        },
        {
            "start": 1370156769,
            "stop": 1370158120
        },
        {
            "start": 1370158122,
            "stop": 1370159938
        },
        {
            "start": 1370159940,
            "stop": 1370161178
        },
        {
            "start": 1370161180,
            "stop": 1370161548
        },
        {
            "start": 1370161549,
            "stop": 1370162542
        },
        {
            "start": 1370162544,
            "stop": 1370162912
        },
        {
            "start": 1370162914,
            "stop": 1370163631
        },
        {
            "start": 1370163633,
            "stop": 1370164120
        },
        {
            "start": 1370164121,
            "stop": 1370165710
        },
        {
            "start": 1370165712,
            "stop": 1370166965
        },
        {
            "start": 1370166968,
            "stop": 1370167865
        },
        {
            "start": 1370167867,
            "stop": 1370168072
        },
        {
            "start": 1370168077,
            "stop": 1370168541
        },
        {
            "start": 1370168542,
            "stop": 1370168575
        },
        {
            "start": 1370168577,
            "stop": 1370169926
        },
        {
            "start": 1370169928,
            "stop": 1370171182
        },
        {
            "start": 1370171184,
            "stop": 1370172816
        },
        {
            "start": 1370172818,
            "stop": 1370174227
        },
        {
            "start": 1370174232,
            "stop": 1370175858
        }
    ]
}