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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=551",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=549",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 550,
    "results": [
        {
            "start": 871838223,
            "stop": 871839398
        },
        {
            "start": 871839401,
            "stop": 871839409
        },
        {
            "start": 871839412,
            "stop": 871842171
        },
        {
            "start": 871842175,
            "stop": 871842663
        },
        {
            "start": 871842666,
            "stop": 871842900
        },
        {
            "start": 871842960,
            "stop": 871845540
        },
        {
            "start": 871845600,
            "stop": 871847472
        },
        {
            "start": 871847478,
            "stop": 871847490
        },
        {
            "start": 871847500,
            "stop": 871847505
        },
        {
            "start": 871847510,
            "stop": 871847522
        },
        {
            "start": 871847528,
            "stop": 871847563
        },
        {
            "start": 871847565,
            "stop": 871847854
        },
        {
            "start": 871847865,
            "stop": 871847867
        },
        {
            "start": 871847875,
            "stop": 871847881
        },
        {
            "start": 871847889,
            "stop": 871847897
        },
        {
            "start": 871847907,
            "stop": 871847909
        },
        {
            "start": 871847912,
            "stop": 871847919
        },
        {
            "start": 871847922,
            "stop": 871850400
        },
        {
            "start": 871850460,
            "stop": 871850489
        },
        {
            "start": 871850492,
            "stop": 871851318
        }
    ]
}