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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46722",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46720",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46721,
    "results": [
        {
            "start": 875061814,
            "stop": 875061854
        },
        {
            "start": 875061855,
            "stop": 875061883
        },
        {
            "start": 875061885,
            "stop": 875061926
        },
        {
            "start": 875061927,
            "stop": 875061946
        },
        {
            "start": 875061949,
            "stop": 875061973
        },
        {
            "start": 875061974,
            "stop": 875061990
        },
        {
            "start": 875061992,
            "stop": 875062013
        },
        {
            "start": 875062014,
            "stop": 875062019
        },
        {
            "start": 875062020,
            "stop": 875062024
        },
        {
            "start": 875062025,
            "stop": 875062032
        },
        {
            "start": 875062033,
            "stop": 875062043
        },
        {
            "start": 875062045,
            "stop": 875062054
        },
        {
            "start": 875062055,
            "stop": 875062064
        },
        {
            "start": 875062066,
            "stop": 875062074
        },
        {
            "start": 875062077,
            "stop": 875062092
        },
        {
            "start": 875062094,
            "stop": 875062116
        },
        {
            "start": 875062117,
            "stop": 875062141
        },
        {
            "start": 875062144,
            "stop": 875062160
        },
        {
            "start": 875062162,
            "stop": 875062180
        },
        {
            "start": 875062181,
            "stop": 875062184
        }
    ]
}