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=16580
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=16581",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16579",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16580,
    "results": [
        {
            "start": 874703052,
            "stop": 874703058
        },
        {
            "start": 874703059,
            "stop": 874703064
        },
        {
            "start": 874703067,
            "stop": 874703075
        },
        {
            "start": 874703079,
            "stop": 874703086
        },
        {
            "start": 874703089,
            "stop": 874703102
        },
        {
            "start": 874703103,
            "stop": 874703114
        },
        {
            "start": 874703116,
            "stop": 874703119
        },
        {
            "start": 874703120,
            "stop": 874703136
        },
        {
            "start": 874703137,
            "stop": 874703141
        },
        {
            "start": 874703142,
            "stop": 874703197
        },
        {
            "start": 874703198,
            "stop": 874703212
        },
        {
            "start": 874703213,
            "stop": 874703221
        },
        {
            "start": 874703222,
            "stop": 874703232
        },
        {
            "start": 874703233,
            "stop": 874703251
        },
        {
            "start": 874703252,
            "stop": 874703296
        },
        {
            "start": 874703299,
            "stop": 874703321
        },
        {
            "start": 874703322,
            "stop": 874703326
        },
        {
            "start": 874703327,
            "stop": 874703340
        },
        {
            "start": 874703341,
            "stop": 874703345
        },
        {
            "start": 874703346,
            "stop": 874703366
        }
    ]
}