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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=93",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 94,
    "results": [
        {
            "start": 819808478,
            "stop": 819809400
        },
        {
            "start": 819809403,
            "stop": 819809891
        },
        {
            "start": 819809894,
            "stop": 819812476
        },
        {
            "start": 819812479,
            "stop": 819812699
        },
        {
            "start": 819812702,
            "stop": 819812882
        },
        {
            "start": 819812885,
            "stop": 819813275
        },
        {
            "start": 819813278,
            "stop": 819813308
        },
        {
            "start": 819813312,
            "stop": 819813473
        },
        {
            "start": 819813476,
            "stop": 819814023
        },
        {
            "start": 819814026,
            "stop": 819814740
        },
        {
            "start": 819814800,
            "stop": 819815420
        },
        {
            "start": 819815423,
            "stop": 819816083
        },
        {
            "start": 819816086,
            "stop": 819816326
        },
        {
            "start": 819816329,
            "stop": 819816541
        },
        {
            "start": 819816544,
            "stop": 819816776
        },
        {
            "start": 819816779,
            "stop": 819817028
        },
        {
            "start": 819817031,
            "stop": 819817308
        },
        {
            "start": 819817311,
            "stop": 819817636
        },
        {
            "start": 819817639,
            "stop": 819818683
        },
        {
            "start": 819818864,
            "stop": 819819041
        }
    ]
}