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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=159",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 160,
    "results": [
        {
            "start": 821538792,
            "stop": 821538804
        },
        {
            "start": 821538807,
            "stop": 821538816
        },
        {
            "start": 821538819,
            "stop": 821538822
        },
        {
            "start": 821538826,
            "stop": 821538831
        },
        {
            "start": 821538834,
            "stop": 821538844
        },
        {
            "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": 821538971,
            "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
        }
    ]
}