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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=103",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 104,
    "results": [
        {
            "start": 1175814041,
            "stop": 1175826413
        },
        {
            "start": 1175826414,
            "stop": 1175827334
        },
        {
            "start": 1175827341,
            "stop": 1175827930
        },
        {
            "start": 1175829134,
            "stop": 1175830851
        },
        {
            "start": 1175830857,
            "stop": 1175831029
        },
        {
            "start": 1175831030,
            "stop": 1175831241
        },
        {
            "start": 1175831242,
            "stop": 1175831755
        },
        {
            "start": 1175831756,
            "stop": 1175832253
        },
        {
            "start": 1175832255,
            "stop": 1175832846
        },
        {
            "start": 1175832849,
            "stop": 1175833308
        },
        {
            "start": 1175833309,
            "stop": 1175841757
        },
        {
            "start": 1175841758,
            "stop": 1175841780
        },
        {
            "start": 1175841781,
            "stop": 1175841782
        },
        {
            "start": 1175841784,
            "stop": 1175841921
        },
        {
            "start": 1175841924,
            "stop": 1175841946
        },
        {
            "start": 1175841947,
            "stop": 1175841949
        },
        {
            "start": 1175841954,
            "stop": 1175842170
        },
        {
            "start": 1175842172,
            "stop": 1175842458
        },
        {
            "start": 1175842459,
            "stop": 1175842460
        },
        {
            "start": 1175842462,
            "stop": 1175842507
        }
    ]
}