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=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=214",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 215,
    "results": [
        {
            "start": 835152288,
            "stop": 835153634
        },
        {
            "start": 835153636,
            "stop": 835159310
        },
        {
            "start": 835159352,
            "stop": 835169072
        },
        {
            "start": 835170157,
            "stop": 835178125
        },
        {
            "start": 835178180,
            "stop": 835185454
        },
        {
            "start": 835187079,
            "stop": 835188465
        },
        {
            "start": 835189920,
            "stop": 835190028
        },
        {
            "start": 835190032,
            "stop": 835191889
        },
        {
            "start": 835192664,
            "stop": 835193612
        },
        {
            "start": 835193614,
            "stop": 835195596
        },
        {
            "start": 835197684,
            "stop": 835198938
        },
        {
            "start": 835199053,
            "stop": 835213931
        },
        {
            "start": 835216185,
            "stop": 835222827
        },
        {
            "start": 835228341,
            "stop": 835233797
        },
        {
            "start": 835233799,
            "stop": 835239311
        },
        {
            "start": 835239413,
            "stop": 835251686
        },
        {
            "start": 835253376,
            "stop": 835255404
        },
        {
            "start": 835256728,
            "stop": 835258103
        },
        {
            "start": 835258105,
            "stop": 835258147
        },
        {
            "start": 835258563,
            "stop": 835277915
        }
    ]
}