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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=387",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 388,
    "results": [
        {
            "start": 850329031,
            "stop": 850329249
        },
        {
            "start": 850329318,
            "stop": 850329555
        },
        {
            "start": 850329618,
            "stop": 850341228
        },
        {
            "start": 850341230,
            "stop": 850344724
        },
        {
            "start": 850344786,
            "stop": 850345700
        },
        {
            "start": 850345856,
            "stop": 850347493
        },
        {
            "start": 850347495,
            "stop": 850347528
        },
        {
            "start": 850351203,
            "stop": 850352115
        },
        {
            "start": 850352187,
            "stop": 850374087
        },
        {
            "start": 850376438,
            "stop": 850376790
        },
        {
            "start": 850376842,
            "stop": 850379206
        },
        {
            "start": 850380897,
            "stop": 850382171
        },
        {
            "start": 850382288,
            "stop": 850398368
        },
        {
            "start": 850406205,
            "stop": 850406625
        },
        {
            "start": 850406627,
            "stop": 850411720
        },
        {
            "start": 850411722,
            "stop": 850412844
        },
        {
            "start": 850412846,
            "stop": 850413007
        },
        {
            "start": 850413009,
            "stop": 850413460
        },
        {
            "start": 850413462,
            "stop": 850414028
        },
        {
            "start": 850414030,
            "stop": 850414059
        }
    ]
}