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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=335",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 336,
    "results": [
        {
            "start": 821750958,
            "stop": 821750959
        },
        {
            "start": 821750962,
            "stop": 821750963
        },
        {
            "start": 821750966,
            "stop": 821750977
        },
        {
            "start": 821750980,
            "stop": 821750981
        },
        {
            "start": 821750985,
            "stop": 821750994
        },
        {
            "start": 821750998,
            "stop": 821751009
        },
        {
            "start": 821751012,
            "stop": 821751021
        },
        {
            "start": 821751027,
            "stop": 821751028
        },
        {
            "start": 821751035,
            "stop": 821751043
        },
        {
            "start": 821751048,
            "stop": 821751051
        },
        {
            "start": 821751054,
            "stop": 821751080
        },
        {
            "start": 821751083,
            "stop": 821751085
        },
        {
            "start": 821751090,
            "stop": 821751091
        },
        {
            "start": 821751094,
            "stop": 821751099
        },
        {
            "start": 821751102,
            "stop": 821751103
        },
        {
            "start": 821751106,
            "stop": 821751112
        },
        {
            "start": 821751119,
            "stop": 821751120
        },
        {
            "start": 821751124,
            "stop": 821751125
        },
        {
            "start": 821751131,
            "stop": 821751145
        },
        {
            "start": 821751148,
            "stop": 821751151
        }
    ]
}