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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=161",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 162,
    "results": [
        {
            "start": 839870360,
            "stop": 839870627
        },
        {
            "start": 839870927,
            "stop": 839871039
        },
        {
            "start": 839873264,
            "stop": 839873859
        },
        {
            "start": 839873925,
            "stop": 839875908
        },
        {
            "start": 839876041,
            "stop": 839881400
        },
        {
            "start": 839881484,
            "stop": 839882908
        },
        {
            "start": 839882969,
            "stop": 839883050
        },
        {
            "start": 839883209,
            "stop": 839883348
        },
        {
            "start": 839883561,
            "stop": 839883741
        },
        {
            "start": 839883858,
            "stop": 839885148
        },
        {
            "start": 839885654,
            "stop": 839893198
        },
        {
            "start": 839893826,
            "stop": 839908114
        },
        {
            "start": 839909896,
            "stop": 839912370
        },
        {
            "start": 839913596,
            "stop": 839953831
        },
        {
            "start": 839975797,
            "stop": 839975872
        },
        {
            "start": 839976795,
            "stop": 839977369
        },
        {
            "start": 839982307,
            "stop": 839983684
        },
        {
            "start": 839984115,
            "stop": 840039403
        },
        {
            "start": 840041157,
            "stop": 840047974
        },
        {
            "start": 840048274,
            "stop": 840048983
        }
    ]
}