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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=166",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 167,
    "results": [
        {
            "start": 833148465,
            "stop": 833148467
        },
        {
            "start": 833149014,
            "stop": 833210631
        },
        {
            "start": 833211413,
            "stop": 833227273
        },
        {
            "start": 833228012,
            "stop": 833228413
        },
        {
            "start": 833229330,
            "stop": 833233693
        },
        {
            "start": 833234537,
            "stop": 833235186
        },
        {
            "start": 833235744,
            "stop": 833269381
        },
        {
            "start": 833272621,
            "stop": 833320093
        },
        {
            "start": 833320829,
            "stop": 833323539
        },
        {
            "start": 833323542,
            "stop": 833323597
        },
        {
            "start": 833323606,
            "stop": 833323632
        },
        {
            "start": 833323641,
            "stop": 833336859
        },
        {
            "start": 833336863,
            "stop": 833337086
        },
        {
            "start": 833337090,
            "stop": 833337115
        },
        {
            "start": 833337119,
            "stop": 833337216
        },
        {
            "start": 833337220,
            "stop": 833337574
        },
        {
            "start": 833337578,
            "stop": 833341487
        },
        {
            "start": 833341490,
            "stop": 833341541
        },
        {
            "start": 833341545,
            "stop": 833341580
        },
        {
            "start": 833341594,
            "stop": 833341648
        }
    ]
}