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=276
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=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=275",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 276,
    "results": [
        {
            "start": 840928791,
            "stop": 840934027
        },
        {
            "start": 840934029,
            "stop": 840935665
        },
        {
            "start": 840935667,
            "stop": 840945622
        },
        {
            "start": 840945698,
            "stop": 840956329
        },
        {
            "start": 840956330,
            "stop": 840956347
        },
        {
            "start": 840956349,
            "stop": 840956514
        },
        {
            "start": 840956516,
            "stop": 840956557
        },
        {
            "start": 840956559,
            "stop": 840956574
        },
        {
            "start": 840956576,
            "stop": 840956586
        },
        {
            "start": 840956589,
            "stop": 840956596
        },
        {
            "start": 840956598,
            "stop": 840956649
        },
        {
            "start": 840956650,
            "stop": 840956669
        },
        {
            "start": 840957555,
            "stop": 840958691
        },
        {
            "start": 840958693,
            "stop": 840959595
        },
        {
            "start": 840959597,
            "stop": 840962190
        },
        {
            "start": 840962192,
            "stop": 840965562
        },
        {
            "start": 840965776,
            "stop": 840966744
        },
        {
            "start": 840967213,
            "stop": 840968563
        },
        {
            "start": 840969501,
            "stop": 840969653
        },
        {
            "start": 840969656,
            "stop": 840971011
        }
    ]
}