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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=91",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 92,
    "results": [
        {
            "start": 827033064,
            "stop": 827041428
        },
        {
            "start": 827042707,
            "stop": 827078911
        },
        {
            "start": 827078912,
            "stop": 827082759
        },
        {
            "start": 827086226,
            "stop": 827089346
        },
        {
            "start": 827092503,
            "stop": 827092977
        },
        {
            "start": 827093933,
            "stop": 827101393
        },
        {
            "start": 827102446,
            "stop": 827104813
        },
        {
            "start": 827105369,
            "stop": 827115548
        },
        {
            "start": 827119084,
            "stop": 827136416
        },
        {
            "start": 827136448,
            "stop": 827156353
        },
        {
            "start": 827157495,
            "stop": 827162953
        },
        {
            "start": 827163933,
            "stop": 827169344
        },
        {
            "start": 827169376,
            "stop": 827173495
        },
        {
            "start": 827173499,
            "stop": 827173526
        },
        {
            "start": 827173529,
            "stop": 827174048
        },
        {
            "start": 827174080,
            "stop": 827183104
        },
        {
            "start": 827183136,
            "stop": 827184288
        },
        {
            "start": 827184320,
            "stop": 827187584
        },
        {
            "start": 827187616,
            "stop": 827189353
        },
        {
            "start": 827190602,
            "stop": 827193056
        }
    ]
}