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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=147",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 148,
    "results": [
        {
            "start": 821538847,
            "stop": 821538859
        },
        {
            "start": 821538866,
            "stop": 821538884
        },
        {
            "start": 821538887,
            "stop": 821538901
        },
        {
            "start": 821538912,
            "stop": 821538922
        },
        {
            "start": 821538925,
            "stop": 821538938
        },
        {
            "start": 821538941,
            "stop": 821538943
        },
        {
            "start": 821538946,
            "stop": 821538947
        },
        {
            "start": 821538950,
            "stop": 821538966
        },
        {
            "start": 821538975,
            "stop": 821538979
        },
        {
            "start": 821538982,
            "stop": 821538983
        },
        {
            "start": 821538986,
            "stop": 821538987
        },
        {
            "start": 821538990,
            "stop": 821539017
        },
        {
            "start": 821539022,
            "stop": 821539034
        },
        {
            "start": 821539037,
            "stop": 821539071
        },
        {
            "start": 821539075,
            "stop": 821539081
        },
        {
            "start": 821539084,
            "stop": 821539085
        },
        {
            "start": 821539088,
            "stop": 821539105
        },
        {
            "start": 821539108,
            "stop": 821539126
        },
        {
            "start": 821539132,
            "stop": 821539145
        },
        {
            "start": 821539152,
            "stop": 821539158
        }
    ]
}