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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3598",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3596",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3597,
    "results": [
        {
            "start": 970424009,
            "stop": 970424087
        },
        {
            "start": 970424090,
            "stop": 970424112
        },
        {
            "start": 970424122,
            "stop": 970424123
        },
        {
            "start": 970424126,
            "stop": 970424128
        },
        {
            "start": 970424131,
            "stop": 970424203
        },
        {
            "start": 970424206,
            "stop": 970424215
        },
        {
            "start": 970424218,
            "stop": 970424227
        },
        {
            "start": 970424230,
            "stop": 970424236
        },
        {
            "start": 970424476,
            "stop": 970424503
        },
        {
            "start": 970424506,
            "stop": 970424513
        },
        {
            "start": 970424516,
            "stop": 970424587
        },
        {
            "start": 970424590,
            "stop": 970424591
        },
        {
            "start": 970424597,
            "stop": 970424611
        },
        {
            "start": 970424614,
            "stop": 970424706
        },
        {
            "start": 970424709,
            "stop": 970424729
        },
        {
            "start": 970424732,
            "stop": 970424741
        },
        {
            "start": 970424744,
            "stop": 970424787
        },
        {
            "start": 970424790,
            "stop": 970424829
        },
        {
            "start": 970424832,
            "stop": 970424872
        },
        {
            "start": 970424875,
            "stop": 970424886
        }
    ]
}