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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6914",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6912",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6913,
    "results": [
        {
            "start": 873553250,
            "stop": 873553268
        },
        {
            "start": 873553271,
            "stop": 873553313
        },
        {
            "start": 873553316,
            "stop": 873553326
        },
        {
            "start": 873553332,
            "stop": 873553335
        },
        {
            "start": 873553339,
            "stop": 873553347
        },
        {
            "start": 873553350,
            "stop": 873553466
        },
        {
            "start": 873553470,
            "stop": 873553530
        },
        {
            "start": 873554910,
            "stop": 873556367
        },
        {
            "start": 873556371,
            "stop": 873556680
        },
        {
            "start": 873556685,
            "stop": 873556923
        },
        {
            "start": 873556926,
            "stop": 873556959
        },
        {
            "start": 873556965,
            "stop": 873556979
        },
        {
            "start": 873556982,
            "stop": 873556997
        },
        {
            "start": 873557000,
            "stop": 873557007
        },
        {
            "start": 873557011,
            "stop": 873557583
        },
        {
            "start": 873557590,
            "stop": 873557876
        },
        {
            "start": 873557879,
            "stop": 873558059
        },
        {
            "start": 873558062,
            "stop": 873558488
        },
        {
            "start": 873581487,
            "stop": 873581730
        },
        {
            "start": 873582690,
            "stop": 873584049
        }
    ]
}