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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=271",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 272,
    "results": [
        {
            "start": 860490611,
            "stop": 860497450
        },
        {
            "start": 860498094,
            "stop": 860506689
        },
        {
            "start": 860507267,
            "stop": 860509484
        },
        {
            "start": 860510062,
            "stop": 860510213
        },
        {
            "start": 860510570,
            "stop": 860510600
        },
        {
            "start": 860511308,
            "stop": 860517967
        },
        {
            "start": 860518187,
            "stop": 860526178
        },
        {
            "start": 860526298,
            "stop": 860527015
        },
        {
            "start": 860528274,
            "stop": 860534632
        },
        {
            "start": 860534825,
            "stop": 860543395
        },
        {
            "start": 860544525,
            "stop": 860550651
        },
        {
            "start": 860551420,
            "stop": 860551947
        },
        {
            "start": 860552294,
            "stop": 860559697
        },
        {
            "start": 860560414,
            "stop": 860575671
        },
        {
            "start": 860575672,
            "stop": 860576108
        },
        {
            "start": 860576835,
            "stop": 860585135
        },
        {
            "start": 860585435,
            "stop": 860591649
        },
        {
            "start": 860591902,
            "stop": 860594065
        },
        {
            "start": 860594375,
            "stop": 860615604
        },
        {
            "start": 860616843,
            "stop": 860624069
        }
    ]
}