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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=412",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=410",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 411,
    "results": [
        {
            "start": 932685993,
            "stop": 932686187
        },
        {
            "start": 932686188,
            "stop": 932686573
        },
        {
            "start": 932686574,
            "stop": 932686598
        },
        {
            "start": 932686599,
            "stop": 932686700
        },
        {
            "start": 932686701,
            "stop": 932687054
        },
        {
            "start": 932687055,
            "stop": 932687171
        },
        {
            "start": 932687172,
            "stop": 932687209
        },
        {
            "start": 932687212,
            "stop": 932687640
        },
        {
            "start": 932687641,
            "stop": 932687956
        },
        {
            "start": 932687959,
            "stop": 932688015
        },
        {
            "start": 932688375,
            "stop": 932688595
        },
        {
            "start": 932688596,
            "stop": 932688889
        },
        {
            "start": 932688892,
            "stop": 932689157
        },
        {
            "start": 932689160,
            "stop": 932689373
        },
        {
            "start": 932689374,
            "stop": 932689383
        },
        {
            "start": 932689384,
            "stop": 932689667
        },
        {
            "start": 932689669,
            "stop": 932689732
        },
        {
            "start": 932689733,
            "stop": 932690665
        },
        {
            "start": 932690666,
            "stop": 932691227
        },
        {
            "start": 932691229,
            "stop": 932691615
        }
    ]
}