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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16596",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16594",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16595,
    "results": [
        {
            "start": 874722037,
            "stop": 874722044
        },
        {
            "start": 874722045,
            "stop": 874722063
        },
        {
            "start": 874722065,
            "stop": 874722074
        },
        {
            "start": 874722077,
            "stop": 874722097
        },
        {
            "start": 874722099,
            "stop": 874722159
        },
        {
            "start": 874722162,
            "stop": 874722177
        },
        {
            "start": 874722178,
            "stop": 874722185
        },
        {
            "start": 874722188,
            "stop": 874722246
        },
        {
            "start": 874722247,
            "stop": 874722312
        },
        {
            "start": 874722314,
            "stop": 874722348
        },
        {
            "start": 874722349,
            "stop": 874722390
        },
        {
            "start": 874722391,
            "stop": 874722394
        },
        {
            "start": 874722395,
            "stop": 874722448
        },
        {
            "start": 874722450,
            "stop": 874722468
        },
        {
            "start": 874722473,
            "stop": 874722482
        },
        {
            "start": 874722483,
            "stop": 874722499
        },
        {
            "start": 874722501,
            "stop": 874722525
        },
        {
            "start": 874722526,
            "stop": 874722535
        },
        {
            "start": 874722536,
            "stop": 874722573
        },
        {
            "start": 874722575,
            "stop": 874722627
        }
    ]
}