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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=159",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 160,
    "results": [
        {
            "start": 1126691792,
            "stop": 1126691793
        },
        {
            "start": 1126714447,
            "stop": 1126714491
        },
        {
            "start": 1126714492,
            "stop": 1126714498
        },
        {
            "start": 1126714500,
            "stop": 1126714758
        },
        {
            "start": 1126714765,
            "stop": 1126714843
        },
        {
            "start": 1126714852,
            "stop": 1126715227
        },
        {
            "start": 1126715228,
            "stop": 1126715451
        },
        {
            "start": 1126715453,
            "stop": 1126715540
        },
        {
            "start": 1126715542,
            "stop": 1126715543
        },
        {
            "start": 1126719918,
            "stop": 1126719965
        },
        {
            "start": 1126719973,
            "stop": 1126720055
        },
        {
            "start": 1126721736,
            "stop": 1126721739
        },
        {
            "start": 1126721741,
            "stop": 1126721960
        },
        {
            "start": 1126721963,
            "stop": 1126722062
        },
        {
            "start": 1126722063,
            "stop": 1126722112
        },
        {
            "start": 1126722113,
            "stop": 1126722505
        },
        {
            "start": 1126722507,
            "stop": 1126722599
        },
        {
            "start": 1126722605,
            "stop": 1126722615
        },
        {
            "start": 1126722617,
            "stop": 1126722922
        },
        {
            "start": 1126722924,
            "stop": 1126722962
        }
    ]
}