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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33252",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33250",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33251,
    "results": [
        {
            "start": 970987791,
            "stop": 970987851
        },
        {
            "start": 970987852,
            "stop": 970987933
        },
        {
            "start": 970987934,
            "stop": 970987954
        },
        {
            "start": 970987955,
            "stop": 970987962
        },
        {
            "start": 970987963,
            "stop": 970987965
        },
        {
            "start": 970987966,
            "stop": 970987987
        },
        {
            "start": 970987988,
            "stop": 970988032
        },
        {
            "start": 970988033,
            "stop": 970988045
        },
        {
            "start": 970988048,
            "stop": 970988066
        },
        {
            "start": 970988069,
            "stop": 970988086
        },
        {
            "start": 970988089,
            "stop": 970988205
        },
        {
            "start": 970988206,
            "stop": 970988215
        },
        {
            "start": 970988216,
            "stop": 970988221
        },
        {
            "start": 970988222,
            "stop": 970988233
        },
        {
            "start": 970988234,
            "stop": 970988255
        },
        {
            "start": 970988257,
            "stop": 970988321
        },
        {
            "start": 970988322,
            "stop": 970988343
        },
        {
            "start": 970988344,
            "stop": 970988357
        },
        {
            "start": 970988358,
            "stop": 970988391
        },
        {
            "start": 970988393,
            "stop": 970988429
        }
    ]
}