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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=167",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 168,
    "results": [
        {
            "start": 835819440,
            "stop": 835823795
        },
        {
            "start": 835823796,
            "stop": 835847870
        },
        {
            "start": 835849102,
            "stop": 835881595
        },
        {
            "start": 835881598,
            "stop": 835888386
        },
        {
            "start": 835890751,
            "stop": 835894868
        },
        {
            "start": 835898072,
            "stop": 835900487
        },
        {
            "start": 835900866,
            "stop": 835902166
        },
        {
            "start": 835902186,
            "stop": 835920200
        },
        {
            "start": 835920202,
            "stop": 835944853
        },
        {
            "start": 835944855,
            "stop": 835954078
        },
        {
            "start": 835956185,
            "stop": 835956804
        },
        {
            "start": 835956807,
            "stop": 835958873
        },
        {
            "start": 835960739,
            "stop": 835961413
        },
        {
            "start": 835962564,
            "stop": 835965744
        },
        {
            "start": 835965747,
            "stop": 835968995
        },
        {
            "start": 835968996,
            "stop": 835969033
        },
        {
            "start": 835969035,
            "stop": 835969093
        },
        {
            "start": 835969099,
            "stop": 835970602
        },
        {
            "start": 835970605,
            "stop": 835976636
        },
        {
            "start": 835976643,
            "stop": 835976647
        }
    ]
}