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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3847",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3845",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3846,
    "results": [
        {
            "start": 873604331,
            "stop": 873604352
        },
        {
            "start": 873604355,
            "stop": 873604369
        },
        {
            "start": 873604372,
            "stop": 873604407
        },
        {
            "start": 873604410,
            "stop": 873604429
        },
        {
            "start": 873604432,
            "stop": 873604439
        },
        {
            "start": 873604442,
            "stop": 873604443
        },
        {
            "start": 873604446,
            "stop": 873604493
        },
        {
            "start": 873604496,
            "stop": 873604514
        },
        {
            "start": 873604517,
            "stop": 873604617
        },
        {
            "start": 873604621,
            "stop": 873604623
        },
        {
            "start": 873604630,
            "stop": 873604683
        },
        {
            "start": 873604686,
            "stop": 873604697
        },
        {
            "start": 873604700,
            "stop": 873604731
        },
        {
            "start": 873604734,
            "stop": 873604738
        },
        {
            "start": 873604741,
            "stop": 873604742
        },
        {
            "start": 873604747,
            "stop": 873604780
        },
        {
            "start": 873604783,
            "stop": 873604785
        },
        {
            "start": 873604788,
            "stop": 873604791
        },
        {
            "start": 873604794,
            "stop": 873604833
        },
        {
            "start": 873604836,
            "stop": 873604900
        }
    ]
}