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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=166",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 167,
    "results": [
        {
            "start": 835698482,
            "stop": 835721559
        },
        {
            "start": 835723570,
            "stop": 835726333
        },
        {
            "start": 835726353,
            "stop": 835726354
        },
        {
            "start": 835728475,
            "stop": 835729037
        },
        {
            "start": 835729039,
            "stop": 835729610
        },
        {
            "start": 835729910,
            "stop": 835731733
        },
        {
            "start": 835731954,
            "stop": 835735702
        },
        {
            "start": 835735703,
            "stop": 835735750
        },
        {
            "start": 835735751,
            "stop": 835738481
        },
        {
            "start": 835738482,
            "stop": 835739025
        },
        {
            "start": 835739027,
            "stop": 835759732
        },
        {
            "start": 835759734,
            "stop": 835766973
        },
        {
            "start": 835766974,
            "stop": 835770462
        },
        {
            "start": 835771994,
            "stop": 835780650
        },
        {
            "start": 835780651,
            "stop": 835780656
        },
        {
            "start": 835780658,
            "stop": 835799912
        },
        {
            "start": 835799914,
            "stop": 835799922
        },
        {
            "start": 835799923,
            "stop": 835804312
        },
        {
            "start": 835805602,
            "stop": 835814404
        },
        {
            "start": 835815913,
            "stop": 835817857
        }
    ]
}