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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=376",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 377,
    "results": [
        {
            "start": 1389266676,
            "stop": 1389276449
        },
        {
            "start": 1389280675,
            "stop": 1389296641
        },
        {
            "start": 1389296646,
            "stop": 1389306162
        },
        {
            "start": 1389306165,
            "stop": 1389314905
        },
        {
            "start": 1389314907,
            "stop": 1389316580
        },
        {
            "start": 1389323131,
            "stop": 1389326636
        },
        {
            "start": 1389326639,
            "stop": 1389347264
        },
        {
            "start": 1389347268,
            "stop": 1389357054
        },
        {
            "start": 1389357057,
            "stop": 1389372205
        },
        {
            "start": 1389372209,
            "stop": 1389372350
        },
        {
            "start": 1389372353,
            "stop": 1389372392
        },
        {
            "start": 1389377825,
            "stop": 1389391848
        },
        {
            "start": 1389399868,
            "stop": 1389407892
        },
        {
            "start": 1389407897,
            "stop": 1389424864
        },
        {
            "start": 1389424867,
            "stop": 1389428351
        }
    ]
}