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=6878
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=6879",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6877",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6878,
    "results": [
        {
            "start": 873393951,
            "stop": 873393956
        },
        {
            "start": 873393961,
            "stop": 873394042
        },
        {
            "start": 873394045,
            "stop": 873394080
        },
        {
            "start": 873394081,
            "stop": 873394141
        },
        {
            "start": 873394142,
            "stop": 873394168
        },
        {
            "start": 873394175,
            "stop": 873394226
        },
        {
            "start": 873394229,
            "stop": 873394290
        },
        {
            "start": 873394291,
            "stop": 873394409
        },
        {
            "start": 873394410,
            "stop": 873394524
        },
        {
            "start": 873394527,
            "stop": 873394548
        },
        {
            "start": 873394552,
            "stop": 873394762
        },
        {
            "start": 873394766,
            "stop": 873394783
        },
        {
            "start": 873394786,
            "stop": 873394866
        },
        {
            "start": 873394869,
            "stop": 873395002
        },
        {
            "start": 873395006,
            "stop": 873395063
        },
        {
            "start": 873395067,
            "stop": 873395220
        },
        {
            "start": 873395223,
            "stop": 873395358
        },
        {
            "start": 873395361,
            "stop": 873395385
        },
        {
            "start": 873395390,
            "stop": 873395451
        },
        {
            "start": 873395454,
            "stop": 873395513
        }
    ]
}