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=6563
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=6564",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6562",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6563,
    "results": [
        {
            "start": 874467932,
            "stop": 874468013
        },
        {
            "start": 874468014,
            "stop": 874468567
        },
        {
            "start": 874468568,
            "stop": 874469440
        },
        {
            "start": 874469441,
            "stop": 874469501
        },
        {
            "start": 874469502,
            "stop": 874469821
        },
        {
            "start": 874469822,
            "stop": 874470216
        },
        {
            "start": 874470218,
            "stop": 874471092
        },
        {
            "start": 874471093,
            "stop": 874471130
        },
        {
            "start": 874471131,
            "stop": 874471461
        },
        {
            "start": 874471462,
            "stop": 874471887
        },
        {
            "start": 874471888,
            "stop": 874472214
        },
        {
            "start": 874472215,
            "stop": 874472526
        },
        {
            "start": 874472527,
            "stop": 874472761
        },
        {
            "start": 874472763,
            "stop": 874473179
        },
        {
            "start": 874473181,
            "stop": 874473350
        },
        {
            "start": 874473352,
            "stop": 874473694
        },
        {
            "start": 874473696,
            "stop": 874473744
        },
        {
            "start": 874473746,
            "stop": 874474373
        },
        {
            "start": 874474374,
            "stop": 874474854
        },
        {
            "start": 874474855,
            "stop": 874474878
        }
    ]
}