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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=310",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 311,
    "results": [
        {
            "start": 821165262,
            "stop": 821165387
        },
        {
            "start": 821165406,
            "stop": 821165989
        },
        {
            "start": 821166008,
            "stop": 821166184
        },
        {
            "start": 821166203,
            "stop": 821166220
        },
        {
            "start": 821166239,
            "stop": 821166304
        },
        {
            "start": 821166323,
            "stop": 821166341
        },
        {
            "start": 821166360,
            "stop": 821166410
        },
        {
            "start": 821166429,
            "stop": 821166533
        },
        {
            "start": 821166536,
            "stop": 821166586
        },
        {
            "start": 821166605,
            "stop": 821166685
        },
        {
            "start": 821166707,
            "stop": 821166808
        },
        {
            "start": 821166811,
            "stop": 821166834
        },
        {
            "start": 821166853,
            "stop": 821166936
        },
        {
            "start": 821166955,
            "stop": 821167169
        },
        {
            "start": 821167188,
            "stop": 821167321
        },
        {
            "start": 821167340,
            "stop": 821167344
        },
        {
            "start": 821167363,
            "stop": 821167483
        },
        {
            "start": 821167502,
            "stop": 821167511
        },
        {
            "start": 821167530,
            "stop": 821167544
        },
        {
            "start": 821167566,
            "stop": 821167679
        }
    ]
}