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=6889
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=6890",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6888",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6889,
    "results": [
        {
            "start": 873421699,
            "stop": 873421709
        },
        {
            "start": 873421710,
            "stop": 873421722
        },
        {
            "start": 873421724,
            "stop": 873421727
        },
        {
            "start": 873421729,
            "stop": 873421732
        },
        {
            "start": 873421734,
            "stop": 873421738
        },
        {
            "start": 873421740,
            "stop": 873421743
        },
        {
            "start": 873421744,
            "stop": 873421747
        },
        {
            "start": 873421749,
            "stop": 873421757
        },
        {
            "start": 873421758,
            "stop": 873421771
        },
        {
            "start": 873421772,
            "stop": 873421779
        },
        {
            "start": 873421780,
            "stop": 873421784
        },
        {
            "start": 873421785,
            "stop": 873421808
        },
        {
            "start": 873421809,
            "stop": 873421813
        },
        {
            "start": 873421815,
            "stop": 873421900
        },
        {
            "start": 873421901,
            "stop": 873421944
        },
        {
            "start": 873421947,
            "stop": 873422009
        },
        {
            "start": 873422013,
            "stop": 873422293
        },
        {
            "start": 873422297,
            "stop": 873422344
        },
        {
            "start": 873422347,
            "stop": 873422408
        },
        {
            "start": 873422411,
            "stop": 873422519
        }
    ]
}