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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=179",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 180,
    "results": [
        {
            "start": 820193156,
            "stop": 820193159
        },
        {
            "start": 820193163,
            "stop": 820193184
        },
        {
            "start": 820193187,
            "stop": 820193203
        },
        {
            "start": 820193207,
            "stop": 820193239
        },
        {
            "start": 820193242,
            "stop": 820193245
        },
        {
            "start": 820193248,
            "stop": 820193271
        },
        {
            "start": 820193274,
            "stop": 820193359
        },
        {
            "start": 820193363,
            "stop": 820193438
        },
        {
            "start": 820193441,
            "stop": 820193456
        },
        {
            "start": 820193459,
            "stop": 820193477
        },
        {
            "start": 820193480,
            "stop": 820193529
        },
        {
            "start": 820193532,
            "stop": 820193716
        },
        {
            "start": 820193720,
            "stop": 820193773
        },
        {
            "start": 820193776,
            "stop": 820193913
        },
        {
            "start": 820193916,
            "stop": 820193979
        },
        {
            "start": 820193982,
            "stop": 820194009
        },
        {
            "start": 820194012,
            "stop": 820194066
        },
        {
            "start": 820194069,
            "stop": 820194070
        },
        {
            "start": 820194073,
            "stop": 820194090
        },
        {
            "start": 820194094,
            "stop": 820194110
        }
    ]
}