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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=459",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=457",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 458,
    "results": [
        {
            "start": 949834010,
            "stop": 949847697
        },
        {
            "start": 949850332,
            "stop": 949857621
        },
        {
            "start": 949872936,
            "stop": 949873179
        },
        {
            "start": 949874868,
            "stop": 949877198
        },
        {
            "start": 949878147,
            "stop": 949881075
        },
        {
            "start": 949888419,
            "stop": 949893387
        },
        {
            "start": 949898617,
            "stop": 949900373
        },
        {
            "start": 949900375,
            "stop": 949937215
        },
        {
            "start": 949939190,
            "stop": 949942711
        },
        {
            "start": 949962209,
            "stop": 949971364
        },
        {
            "start": 949972017,
            "stop": 949972617
        },
        {
            "start": 949973460,
            "stop": 949980867
        },
        {
            "start": 949982483,
            "stop": 950002659
        },
        {
            "start": 950004719,
            "stop": 950006117
        },
        {
            "start": 950007820,
            "stop": 950010123
        },
        {
            "start": 950011853,
            "stop": 950012171
        },
        {
            "start": 950014570,
            "stop": 950016839
        },
        {
            "start": 950018418,
            "stop": 950019927
        },
        {
            "start": 950021124,
            "stop": 950024330
        },
        {
            "start": 950025150,
            "stop": 950026231
        }
    ]
}