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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=71",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 72,
    "results": [
        {
            "start": 817430054,
            "stop": 817430190
        },
        {
            "start": 817431150,
            "stop": 817431727
        },
        {
            "start": 817431730,
            "stop": 817434290
        },
        {
            "start": 817434545,
            "stop": 817437293
        },
        {
            "start": 817437300,
            "stop": 817439934
        },
        {
            "start": 817439940,
            "stop": 817441817
        },
        {
            "start": 817441820,
            "stop": 817443183
        },
        {
            "start": 817443189,
            "stop": 817443629
        },
        {
            "start": 817443634,
            "stop": 817443675
        },
        {
            "start": 817443680,
            "stop": 817443687
        },
        {
            "start": 817443690,
            "stop": 817443701
        },
        {
            "start": 817443704,
            "stop": 817444393
        },
        {
            "start": 817444398,
            "stop": 817444715
        },
        {
            "start": 817444718,
            "stop": 817444879
        },
        {
            "start": 817444882,
            "stop": 817445003
        },
        {
            "start": 817445007,
            "stop": 817445108
        },
        {
            "start": 817445112,
            "stop": 817447359
        },
        {
            "start": 817447364,
            "stop": 817447504
        },
        {
            "start": 817447507,
            "stop": 817447510
        },
        {
            "start": 817451182,
            "stop": 817451229
        }
    ]
}