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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=471",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=469",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 470,
    "results": [
        {
            "start": 1183160149,
            "stop": 1183160152
        },
        {
            "start": 1183160154,
            "stop": 1183160157
        },
        {
            "start": 1183160159,
            "stop": 1183160161
        },
        {
            "start": 1183160163,
            "stop": 1183160165
        },
        {
            "start": 1183160167,
            "stop": 1183160168
        },
        {
            "start": 1183160175,
            "stop": 1183160177
        },
        {
            "start": 1183160179,
            "stop": 1183160197
        },
        {
            "start": 1183160199,
            "stop": 1183160201
        },
        {
            "start": 1183160212,
            "stop": 1183160213
        },
        {
            "start": 1183160215,
            "stop": 1183160328
        },
        {
            "start": 1183160330,
            "stop": 1183160347
        },
        {
            "start": 1183160349,
            "stop": 1183160379
        },
        {
            "start": 1183160381,
            "stop": 1183160383
        },
        {
            "start": 1183160388,
            "stop": 1183160416
        },
        {
            "start": 1183160417,
            "stop": 1183160422
        },
        {
            "start": 1183160424,
            "stop": 1183160425
        },
        {
            "start": 1183160427,
            "stop": 1183160474
        },
        {
            "start": 1183160477,
            "stop": 1183160589
        },
        {
            "start": 1183160591,
            "stop": 1183160661
        },
        {
            "start": 1183160663,
            "stop": 1183160671
        }
    ]
}