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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=149",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 150,
    "results": [
        {
            "start": 932410326,
            "stop": 932410446
        },
        {
            "start": 932410506,
            "stop": 932410566
        },
        {
            "start": 932410626,
            "stop": 932410651
        },
        {
            "start": 932410669,
            "stop": 932410686
        },
        {
            "start": 932410806,
            "stop": 932410815
        },
        {
            "start": 932411175,
            "stop": 932411218
        },
        {
            "start": 932417009,
            "stop": 932417046
        },
        {
            "start": 932417106,
            "stop": 932417406
        },
        {
            "start": 932417526,
            "stop": 932417595
        },
        {
            "start": 932417597,
            "stop": 932417631
        },
        {
            "start": 932417638,
            "stop": 932417771
        },
        {
            "start": 932417777,
            "stop": 932417980
        },
        {
            "start": 932419386,
            "stop": 932419500
        },
        {
            "start": 932419502,
            "stop": 932419506
        },
        {
            "start": 932419566,
            "stop": 932419578
        },
        {
            "start": 932419584,
            "stop": 932419604
        },
        {
            "start": 932419607,
            "stop": 932419626
        },
        {
            "start": 932420853,
            "stop": 932420886
        },
        {
            "start": 932421066,
            "stop": 932421126
        },
        {
            "start": 932421246,
            "stop": 932421306
        }
    ]
}