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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=205",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 206,
    "results": [
        {
            "start": 820913203,
            "stop": 820913336
        },
        {
            "start": 820913340,
            "stop": 820913359
        },
        {
            "start": 820913362,
            "stop": 820913475
        },
        {
            "start": 820913478,
            "stop": 820913514
        },
        {
            "start": 820913670,
            "stop": 820913801
        },
        {
            "start": 820913805,
            "stop": 820914334
        },
        {
            "start": 820914337,
            "stop": 820914737
        },
        {
            "start": 820914741,
            "stop": 820914752
        },
        {
            "start": 820914755,
            "stop": 820915293
        },
        {
            "start": 820915296,
            "stop": 820915848
        },
        {
            "start": 820915851,
            "stop": 820915918
        },
        {
            "start": 820915921,
            "stop": 820916616
        },
        {
            "start": 820916619,
            "stop": 820916748
        },
        {
            "start": 820916752,
            "stop": 820916823
        },
        {
            "start": 820916827,
            "stop": 820916900
        },
        {
            "start": 820916903,
            "stop": 820916999
        },
        {
            "start": 820917003,
            "stop": 820917522
        },
        {
            "start": 820917525,
            "stop": 820917726
        },
        {
            "start": 820917729,
            "stop": 820917788
        },
        {
            "start": 820917791,
            "stop": 820918086
        }
    ]
}