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=33236
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=33237",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33235",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33236,
    "results": [
        {
            "start": 970979987,
            "stop": 970980006
        },
        {
            "start": 970980009,
            "stop": 970980018
        },
        {
            "start": 970980019,
            "stop": 970980090
        },
        {
            "start": 970980093,
            "stop": 970980097
        },
        {
            "start": 970980100,
            "stop": 970980106
        },
        {
            "start": 970980109,
            "stop": 970980177
        },
        {
            "start": 970980178,
            "stop": 970980193
        },
        {
            "start": 970980196,
            "stop": 970980230
        },
        {
            "start": 970980233,
            "stop": 970980256
        },
        {
            "start": 970980257,
            "stop": 970980303
        },
        {
            "start": 970980304,
            "stop": 970980312
        },
        {
            "start": 970980313,
            "stop": 970980321
        },
        {
            "start": 970980322,
            "stop": 970980366
        },
        {
            "start": 970980369,
            "stop": 970980373
        },
        {
            "start": 970980376,
            "stop": 970980385
        },
        {
            "start": 970980388,
            "stop": 970980406
        },
        {
            "start": 970980409,
            "stop": 970980444
        },
        {
            "start": 970980445,
            "stop": 970980452
        },
        {
            "start": 970980453,
            "stop": 970980466
        },
        {
            "start": 970980469,
            "stop": 970980553
        }
    ]
}