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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2990",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2988",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2989,
    "results": [
        {
            "start": 861760200,
            "stop": 861764498
        },
        {
            "start": 861765472,
            "stop": 861773760
        },
        {
            "start": 861773880,
            "stop": 861775028
        },
        {
            "start": 861775031,
            "stop": 861780024
        },
        {
            "start": 861780967,
            "stop": 861791511
        },
        {
            "start": 861791514,
            "stop": 861802669
        },
        {
            "start": 861802673,
            "stop": 861804960
        },
        {
            "start": 861805020,
            "stop": 861823913
        },
        {
            "start": 861825061,
            "stop": 861825960
        },
        {
            "start": 861826020,
            "stop": 861836725
        },
        {
            "start": 861836729,
            "stop": 861842460
        },
        {
            "start": 861842520,
            "stop": 861842758
        },
        {
            "start": 861845277,
            "stop": 861866469
        },
        {
            "start": 861866769,
            "stop": 861885870
        },
        {
            "start": 861891273,
            "stop": 861902580
        },
        {
            "start": 861902640,
            "stop": 861909780
        },
        {
            "start": 861909900,
            "stop": 861911143
        },
        {
            "start": 861911146,
            "stop": 861914180
        },
        {
            "start": 861914183,
            "stop": 861917684
        },
        {
            "start": 861917865,
            "stop": 861919618
        }
    ]
}