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=6852
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=6853",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6851",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6852,
    "results": [
        {
            "start": 873221747,
            "stop": 873221907
        },
        {
            "start": 873221910,
            "stop": 873221919
        },
        {
            "start": 873221923,
            "stop": 873221927
        },
        {
            "start": 873221931,
            "stop": 873221965
        },
        {
            "start": 873221974,
            "stop": 873222127
        },
        {
            "start": 873222130,
            "stop": 873222163
        },
        {
            "start": 873222167,
            "stop": 873222179
        },
        {
            "start": 873222183,
            "stop": 873222497
        },
        {
            "start": 873222501,
            "stop": 873222645
        },
        {
            "start": 873222649,
            "stop": 873222660
        },
        {
            "start": 873222664,
            "stop": 873222886
        },
        {
            "start": 873222890,
            "stop": 873222912
        },
        {
            "start": 873222916,
            "stop": 873223005
        },
        {
            "start": 873223011,
            "stop": 873223020
        },
        {
            "start": 873223080,
            "stop": 873223401
        },
        {
            "start": 873223410,
            "stop": 873223412
        },
        {
            "start": 873223415,
            "stop": 873223421
        },
        {
            "start": 873223428,
            "stop": 873223440
        },
        {
            "start": 873223443,
            "stop": 873223499
        },
        {
            "start": 873223502,
            "stop": 873223568
        }
    ]
}