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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=242",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 243,
    "results": [
        {
            "start": 817869326,
            "stop": 817869420
        },
        {
            "start": 817869439,
            "stop": 817869450
        },
        {
            "start": 817869453,
            "stop": 817869454
        },
        {
            "start": 817869477,
            "stop": 817869482
        },
        {
            "start": 817869485,
            "stop": 817869507
        },
        {
            "start": 817869511,
            "stop": 817869538
        },
        {
            "start": 817869541,
            "stop": 817869544
        },
        {
            "start": 817869547,
            "stop": 817869554
        },
        {
            "start": 817869574,
            "stop": 817869598
        },
        {
            "start": 817869601,
            "stop": 817869629
        },
        {
            "start": 817869633,
            "stop": 817869712
        },
        {
            "start": 817869775,
            "stop": 817869782
        },
        {
            "start": 817869786,
            "stop": 817869794
        },
        {
            "start": 817869815,
            "stop": 817869825
        },
        {
            "start": 817869828,
            "stop": 817869839
        },
        {
            "start": 817869846,
            "stop": 817869856
        },
        {
            "start": 817869876,
            "stop": 817869892
        },
        {
            "start": 817869915,
            "stop": 817869916
        },
        {
            "start": 817869920,
            "stop": 817869932
        },
        {
            "start": 817869953,
            "stop": 817869956
        }
    ]
}