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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40913",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40911",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40912,
    "results": [
        {
            "start": 875097490,
            "stop": 875097494
        },
        {
            "start": 875097496,
            "stop": 875097537
        },
        {
            "start": 875097538,
            "stop": 875097580
        },
        {
            "start": 875097581,
            "stop": 875097772
        },
        {
            "start": 875097773,
            "stop": 875097802
        },
        {
            "start": 875097803,
            "stop": 875097814
        },
        {
            "start": 875097815,
            "stop": 875097873
        },
        {
            "start": 875097874,
            "stop": 875097883
        },
        {
            "start": 875097884,
            "stop": 875097920
        },
        {
            "start": 875097922,
            "stop": 875098002
        },
        {
            "start": 875098004,
            "stop": 875098061
        },
        {
            "start": 875098062,
            "stop": 875098071
        },
        {
            "start": 875098072,
            "stop": 875098090
        },
        {
            "start": 875098092,
            "stop": 875098133
        },
        {
            "start": 875098134,
            "stop": 875098155
        },
        {
            "start": 875098156,
            "stop": 875098175
        },
        {
            "start": 875098177,
            "stop": 875098190
        },
        {
            "start": 875098191,
            "stop": 875098282
        },
        {
            "start": 875098283,
            "stop": 875098303
        },
        {
            "start": 875098305,
            "stop": 875098346
        }
    ]
}