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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4139",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4140,
    "results": [
        {
            "start": 874286780,
            "stop": 874286809
        },
        {
            "start": 874286828,
            "stop": 874286833
        },
        {
            "start": 874286853,
            "stop": 874286896
        },
        {
            "start": 874286930,
            "stop": 874286966
        },
        {
            "start": 874286985,
            "stop": 874287034
        },
        {
            "start": 874287056,
            "stop": 874287130
        },
        {
            "start": 874287149,
            "stop": 874287271
        },
        {
            "start": 874287291,
            "stop": 874287331
        },
        {
            "start": 874287350,
            "stop": 874287503
        },
        {
            "start": 874287524,
            "stop": 874287606
        },
        {
            "start": 874287639,
            "stop": 874287643
        },
        {
            "start": 874287677,
            "stop": 874287793
        },
        {
            "start": 874287816,
            "stop": 874287851
        },
        {
            "start": 874287870,
            "stop": 874287912
        },
        {
            "start": 874287947,
            "stop": 874287957
        },
        {
            "start": 874287976,
            "stop": 874288014
        },
        {
            "start": 874288033,
            "stop": 874288117
        },
        {
            "start": 874288147,
            "stop": 874288159
        },
        {
            "start": 874288178,
            "stop": 874288192
        },
        {
            "start": 874288212,
            "stop": 874288228
        }
    ]
}