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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=184",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 185,
    "results": [
        {
            "start": 933554019,
            "stop": 933558999
        },
        {
            "start": 933560786,
            "stop": 933578535
        },
        {
            "start": 933582359,
            "stop": 933614147
        },
        {
            "start": 933623054,
            "stop": 933623060
        },
        {
            "start": 933626104,
            "stop": 933627787
        },
        {
            "start": 933627790,
            "stop": 933627814
        },
        {
            "start": 933627816,
            "stop": 933627819
        },
        {
            "start": 933627822,
            "stop": 933627828
        },
        {
            "start": 933627830,
            "stop": 933627835
        },
        {
            "start": 933627839,
            "stop": 933629992
        },
        {
            "start": 933629994,
            "stop": 933630002
        },
        {
            "start": 933630004,
            "stop": 933630022
        },
        {
            "start": 933630024,
            "stop": 933630029
        },
        {
            "start": 933630032,
            "stop": 933630049
        },
        {
            "start": 933630051,
            "stop": 933630055
        },
        {
            "start": 933630057,
            "stop": 933630072
        },
        {
            "start": 933630075,
            "stop": 933631368
        },
        {
            "start": 933631370,
            "stop": 933631371
        },
        {
            "start": 933631373,
            "stop": 933631382
        },
        {
            "start": 933631385,
            "stop": 933631387
        }
    ]
}