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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=188",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 189,
    "results": [
        {
            "start": 933183270,
            "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
        },
        {
            "start": 933184576,
            "stop": 933184588
        },
        {
            "start": 933184590,
            "stop": 933184603
        },
        {
            "start": 933184605,
            "stop": 933184617
        },
        {
            "start": 933184621,
            "stop": 933184633
        },
        {
            "start": 933184635,
            "stop": 933184647
        },
        {
            "start": 933184650,
            "stop": 933184662
        },
        {
            "start": 933184666,
            "stop": 933184815
        }
    ]
}