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=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=142",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 143,
    "results": [
        {
            "start": 1175847486,
            "stop": 1175848580
        },
        {
            "start": 1175848608,
            "stop": 1175850236
        },
        {
            "start": 1175850237,
            "stop": 1175850289
        },
        {
            "start": 1175850290,
            "stop": 1175850487
        },
        {
            "start": 1175850488,
            "stop": 1175850489
        },
        {
            "start": 1175850490,
            "stop": 1175850568
        },
        {
            "start": 1175850569,
            "stop": 1175850570
        },
        {
            "start": 1175850571,
            "stop": 1175850575
        },
        {
            "start": 1175850579,
            "stop": 1175850583
        },
        {
            "start": 1175850584,
            "stop": 1175852369
        },
        {
            "start": 1175852373,
            "stop": 1175854073
        },
        {
            "start": 1175854077,
            "stop": 1175865241
        },
        {
            "start": 1175865244,
            "stop": 1175871465
        },
        {
            "start": 1175871468,
            "stop": 1175874149
        },
        {
            "start": 1175874151,
            "stop": 1175874177
        },
        {
            "start": 1175874178,
            "stop": 1175874641
        },
        {
            "start": 1175874643,
            "stop": 1175874645
        },
        {
            "start": 1175874646,
            "stop": 1175874809
        },
        {
            "start": 1175874811,
            "stop": 1175874812
        },
        {
            "start": 1175874814,
            "stop": 1175874978
        }
    ]
}