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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9970",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9968",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9969,
    "results": [
        {
            "start": 871911228,
            "stop": 871911240
        },
        {
            "start": 871911300,
            "stop": 871911420
        },
        {
            "start": 871911540,
            "stop": 871912049
        },
        {
            "start": 871916601,
            "stop": 871916624
        },
        {
            "start": 871916669,
            "stop": 871916670
        },
        {
            "start": 871916704,
            "stop": 871916787
        },
        {
            "start": 871916859,
            "stop": 871916863
        },
        {
            "start": 871916997,
            "stop": 871917048
        },
        {
            "start": 871917240,
            "stop": 871917252
        },
        {
            "start": 871917308,
            "stop": 871917311
        },
        {
            "start": 871917345,
            "stop": 871917466
        },
        {
            "start": 871917600,
            "stop": 871917660
        },
        {
            "start": 871917720,
            "stop": 871917922
        },
        {
            "start": 871917956,
            "stop": 871918006
        },
        {
            "start": 871918042,
            "stop": 871918080
        },
        {
            "start": 871918200,
            "stop": 871918266
        },
        {
            "start": 871918283,
            "stop": 871918380
        },
        {
            "start": 871918440,
            "stop": 871918620
        },
        {
            "start": 871918680,
            "stop": 871918860
        },
        {
            "start": 871919014,
            "stop": 871919123
        }
    ]
}