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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=379",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=377",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 378,
    "results": [
        {
            "start": 939646243,
            "stop": 939646256
        },
        {
            "start": 939646262,
            "stop": 939646263
        },
        {
            "start": 939646269,
            "stop": 939646362
        },
        {
            "start": 939646365,
            "stop": 939646404
        },
        {
            "start": 939646407,
            "stop": 939646453
        },
        {
            "start": 939646456,
            "stop": 939646469
        },
        {
            "start": 939646472,
            "stop": 939646486
        },
        {
            "start": 939646489,
            "stop": 939646530
        },
        {
            "start": 939646533,
            "stop": 939646543
        },
        {
            "start": 939646546,
            "stop": 939646558
        },
        {
            "start": 939646562,
            "stop": 939646636
        },
        {
            "start": 939646639,
            "stop": 939646642
        },
        {
            "start": 939646645,
            "stop": 939646670
        },
        {
            "start": 939646673,
            "stop": 939646704
        },
        {
            "start": 939646710,
            "stop": 939646780
        },
        {
            "start": 939646783,
            "stop": 939646843
        },
        {
            "start": 939646846,
            "stop": 939646906
        },
        {
            "start": 939646930,
            "stop": 939646937
        },
        {
            "start": 939646940,
            "stop": 939646944
        },
        {
            "start": 939646947,
            "stop": 939647078
        }
    ]
}