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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6390",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6391,
    "results": [
        {
            "start": 873586226,
            "stop": 873586298
        },
        {
            "start": 873586299,
            "stop": 873586408
        },
        {
            "start": 873586409,
            "stop": 873586703
        },
        {
            "start": 873586704,
            "stop": 873586714
        },
        {
            "start": 873586716,
            "stop": 873587145
        },
        {
            "start": 873587146,
            "stop": 873587152
        },
        {
            "start": 873587154,
            "stop": 873587674
        },
        {
            "start": 873587675,
            "stop": 873588053
        },
        {
            "start": 873588054,
            "stop": 873588421
        },
        {
            "start": 873588422,
            "stop": 873588490
        },
        {
            "start": 873588491,
            "stop": 873588639
        },
        {
            "start": 873588641,
            "stop": 873588774
        },
        {
            "start": 873588775,
            "stop": 873589064
        },
        {
            "start": 873589065,
            "stop": 873589307
        },
        {
            "start": 873589308,
            "stop": 873589535
        },
        {
            "start": 873589536,
            "stop": 873589873
        },
        {
            "start": 873589874,
            "stop": 873589896
        },
        {
            "start": 873589897,
            "stop": 873589986
        },
        {
            "start": 873589987,
            "stop": 873590156
        },
        {
            "start": 873590157,
            "stop": 873590159
        }
    ]
}