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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33108",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33109,
    "results": [
        {
            "start": 970557924,
            "stop": 970557934
        },
        {
            "start": 970557935,
            "stop": 970557971
        },
        {
            "start": 970557974,
            "stop": 970557979
        },
        {
            "start": 970557980,
            "stop": 970557983
        },
        {
            "start": 970557984,
            "stop": 970557990
        },
        {
            "start": 970557991,
            "stop": 970558004
        },
        {
            "start": 970558007,
            "stop": 970558014
        },
        {
            "start": 970558015,
            "stop": 970558034
        },
        {
            "start": 970558037,
            "stop": 970558050
        },
        {
            "start": 970558052,
            "stop": 970558070
        },
        {
            "start": 970558071,
            "stop": 970558107
        },
        {
            "start": 970558108,
            "stop": 970558121
        },
        {
            "start": 970558122,
            "stop": 970558126
        },
        {
            "start": 970558127,
            "stop": 970558157
        },
        {
            "start": 970558160,
            "stop": 970558186
        },
        {
            "start": 970558196,
            "stop": 970558197
        },
        {
            "start": 970558203,
            "stop": 970558204
        },
        {
            "start": 970558210,
            "stop": 970558212
        },
        {
            "start": 970558221,
            "stop": 970558222
        },
        {
            "start": 970558228,
            "stop": 970558233
        }
    ]
}