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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=117",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 118,
    "results": [
        {
            "start": 817695518,
            "stop": 817697039
        },
        {
            "start": 817697042,
            "stop": 817698766
        },
        {
            "start": 817698771,
            "stop": 817700070
        },
        {
            "start": 817700611,
            "stop": 817700668
        },
        {
            "start": 817701405,
            "stop": 817703155
        },
        {
            "start": 817703158,
            "stop": 817707265
        },
        {
            "start": 817708401,
            "stop": 817714727
        },
        {
            "start": 817716248,
            "stop": 817718490
        },
        {
            "start": 817718610,
            "stop": 817719115
        },
        {
            "start": 817720367,
            "stop": 817722450
        },
        {
            "start": 817722570,
            "stop": 817722831
        },
        {
            "start": 817723413,
            "stop": 817736334
        },
        {
            "start": 817736352,
            "stop": 817747877
        },
        {
            "start": 817747881,
            "stop": 817753031
        },
        {
            "start": 817753557,
            "stop": 817754577
        },
        {
            "start": 817756611,
            "stop": 817764480
        },
        {
            "start": 817765029,
            "stop": 817765129
        },
        {
            "start": 817765146,
            "stop": 817769685
        },
        {
            "start": 817769688,
            "stop": 817770728
        },
        {
            "start": 817771128,
            "stop": 817771820
        }
    ]
}