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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=304",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 305,
    "results": [
        {
            "start": 842370770,
            "stop": 842370782
        },
        {
            "start": 842371236,
            "stop": 842379266
        },
        {
            "start": 842379268,
            "stop": 842393289
        },
        {
            "start": 842398827,
            "stop": 842417989
        },
        {
            "start": 842418313,
            "stop": 842418403
        },
        {
            "start": 842418819,
            "stop": 842419530
        },
        {
            "start": 842419731,
            "stop": 842425057
        },
        {
            "start": 842426343,
            "stop": 842436574
        },
        {
            "start": 842445226,
            "stop": 842446050
        },
        {
            "start": 842446052,
            "stop": 842447892
        },
        {
            "start": 842447894,
            "stop": 842447997
        },
        {
            "start": 842449014,
            "stop": 842474954
        },
        {
            "start": 842474955,
            "stop": 842483730
        },
        {
            "start": 842483731,
            "stop": 842511261
        },
        {
            "start": 842512370,
            "stop": 842514905
        },
        {
            "start": 842514907,
            "stop": 842521570
        },
        {
            "start": 842521572,
            "stop": 842521997
        },
        {
            "start": 842526522,
            "stop": 842529804
        },
        {
            "start": 842530635,
            "stop": 842534360
        },
        {
            "start": 842534362,
            "stop": 842564631
        }
    ]
}