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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=106",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 107,
    "results": [
        {
            "start": 1175262831,
            "stop": 1175262838
        },
        {
            "start": 1175262839,
            "stop": 1175262842
        },
        {
            "start": 1175262843,
            "stop": 1175262903
        },
        {
            "start": 1175262915,
            "stop": 1175263129
        },
        {
            "start": 1175263133,
            "stop": 1175263480
        },
        {
            "start": 1175263490,
            "stop": 1175263500
        },
        {
            "start": 1175263540,
            "stop": 1175263560
        },
        {
            "start": 1175263620,
            "stop": 1175263850
        },
        {
            "start": 1175263910,
            "stop": 1175264000
        },
        {
            "start": 1175264050,
            "stop": 1175266300
        },
        {
            "start": 1175266302,
            "stop": 1175266306
        },
        {
            "start": 1175266308,
            "stop": 1175266325
        },
        {
            "start": 1175266326,
            "stop": 1175266329
        },
        {
            "start": 1175266330,
            "stop": 1175267600
        },
        {
            "start": 1175267610,
            "stop": 1175267660
        },
        {
            "start": 1175267680,
            "stop": 1175267690
        },
        {
            "start": 1175267720,
            "stop": 1175267725
        },
        {
            "start": 1175267729,
            "stop": 1175268150
        },
        {
            "start": 1175268170,
            "stop": 1175268190
        },
        {
            "start": 1175268220,
            "stop": 1175268260
        }
    ]
}