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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=215",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 216,
    "results": [
        {
            "start": 933154332,
            "stop": 933155178
        },
        {
            "start": 933167175,
            "stop": 933167939
        },
        {
            "start": 933180305,
            "stop": 933181215
        },
        {
            "start": 933181575,
            "stop": 933181648
        },
        {
            "start": 933181650,
            "stop": 933181663
        },
        {
            "start": 933181665,
            "stop": 933181677
        },
        {
            "start": 933181680,
            "stop": 933182071
        },
        {
            "start": 933182073,
            "stop": 933183665
        },
        {
            "start": 933183670,
            "stop": 933184047
        },
        {
            "start": 933184050,
            "stop": 933184377
        },
        {
            "start": 933184380,
            "stop": 933184393
        },
        {
            "start": 933184395,
            "stop": 933184407
        },
        {
            "start": 933184410,
            "stop": 933184467
        },
        {
            "start": 933184470,
            "stop": 933184482
        },
        {
            "start": 933184485,
            "stop": 933184498
        },
        {
            "start": 933184500,
            "stop": 933184512
        },
        {
            "start": 933184515,
            "stop": 933184527
        },
        {
            "start": 933184530,
            "stop": 933184542
        },
        {
            "start": 933184545,
            "stop": 933184557
        },
        {
            "start": 933184560,
            "stop": 933184572
        }
    ]
}