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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5733",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5731",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5732,
    "results": [
        {
            "start": 874610753,
            "stop": 874610767
        },
        {
            "start": 874610773,
            "stop": 874610790
        },
        {
            "start": 874610793,
            "stop": 874610817
        },
        {
            "start": 874610820,
            "stop": 874610823
        },
        {
            "start": 874610826,
            "stop": 874610836
        },
        {
            "start": 874610839,
            "stop": 874610846
        },
        {
            "start": 874610849,
            "stop": 874610872
        },
        {
            "start": 874610876,
            "stop": 874610881
        },
        {
            "start": 874610885,
            "stop": 874610886
        },
        {
            "start": 874610892,
            "stop": 874610909
        },
        {
            "start": 874610913,
            "stop": 874610926
        },
        {
            "start": 874610930,
            "stop": 874610939
        },
        {
            "start": 874610942,
            "stop": 874610947
        },
        {
            "start": 874610951,
            "stop": 874610978
        },
        {
            "start": 874610981,
            "stop": 874611038
        },
        {
            "start": 874611041,
            "stop": 874611062
        },
        {
            "start": 874611065,
            "stop": 874611105
        },
        {
            "start": 874611108,
            "stop": 874611212
        },
        {
            "start": 874611215,
            "stop": 874611238
        },
        {
            "start": 874611243,
            "stop": 874611249
        }
    ]
}