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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=140",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 141,
    "results": [
        {
            "start": 835729910,
            "stop": 835731782
        },
        {
            "start": 835731954,
            "stop": 835739025
        },
        {
            "start": 835739027,
            "stop": 835759732
        },
        {
            "start": 835759734,
            "stop": 835766973
        },
        {
            "start": 835766974,
            "stop": 835770462
        },
        {
            "start": 835771994,
            "stop": 835799912
        },
        {
            "start": 835799914,
            "stop": 835799922
        },
        {
            "start": 835799923,
            "stop": 835804312
        },
        {
            "start": 835805602,
            "stop": 835814404
        },
        {
            "start": 835815913,
            "stop": 835817857
        },
        {
            "start": 835819440,
            "stop": 835847870
        },
        {
            "start": 835849102,
            "stop": 835888386
        },
        {
            "start": 835890751,
            "stop": 835894868
        },
        {
            "start": 835898072,
            "stop": 835900487
        },
        {
            "start": 835900866,
            "stop": 835902166
        },
        {
            "start": 835902186,
            "stop": 835944853
        },
        {
            "start": 835944855,
            "stop": 835954078
        },
        {
            "start": 835956185,
            "stop": 835956804
        },
        {
            "start": 835956807,
            "stop": 835958873
        },
        {
            "start": 835960739,
            "stop": 835961430
        }
    ]
}