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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=362",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 363,
    "results": [
        {
            "start": 825107115,
            "stop": 825107245
        },
        {
            "start": 825107249,
            "stop": 825107251
        },
        {
            "start": 825107255,
            "stop": 825107409
        },
        {
            "start": 825108373,
            "stop": 825108398
        },
        {
            "start": 825108402,
            "stop": 825108485
        },
        {
            "start": 825108488,
            "stop": 825108494
        },
        {
            "start": 825108497,
            "stop": 825108509
        },
        {
            "start": 825108513,
            "stop": 825108616
        },
        {
            "start": 825108619,
            "stop": 825108849
        },
        {
            "start": 825108852,
            "stop": 825109018
        },
        {
            "start": 825109021,
            "stop": 825109128
        },
        {
            "start": 825109312,
            "stop": 825109877
        },
        {
            "start": 825109881,
            "stop": 825109980
        },
        {
            "start": 825110428,
            "stop": 825110730
        },
        {
            "start": 825117071,
            "stop": 825117164
        },
        {
            "start": 825117345,
            "stop": 825117462
        },
        {
            "start": 825117465,
            "stop": 825118415
        },
        {
            "start": 825118418,
            "stop": 825118510
        },
        {
            "start": 825118514,
            "stop": 825119451
        },
        {
            "start": 825119454,
            "stop": 825119704
        }
    ]
}