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=3111
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=3112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3110",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3111,
    "results": [
        {
            "start": 867144376,
            "stop": 867145604
        },
        {
            "start": 867145905,
            "stop": 867150480
        },
        {
            "start": 867150485,
            "stop": 867152384
        },
        {
            "start": 867152745,
            "stop": 867161700
        },
        {
            "start": 867161760,
            "stop": 867162780
        },
        {
            "start": 867162900,
            "stop": 867164040
        },
        {
            "start": 867164100,
            "stop": 867164880
        },
        {
            "start": 867164940,
            "stop": 867165664
        },
        {
            "start": 867165668,
            "stop": 867170400
        },
        {
            "start": 867170460,
            "stop": 867170726
        },
        {
            "start": 867180705,
            "stop": 867181560
        },
        {
            "start": 867181620,
            "stop": 867184260
        },
        {
            "start": 867184320,
            "stop": 867187140
        },
        {
            "start": 867187200,
            "stop": 867190874
        },
        {
            "start": 867192240,
            "stop": 867195344
        },
        {
            "start": 867195705,
            "stop": 867197024
        },
        {
            "start": 867197205,
            "stop": 867198524
        },
        {
            "start": 867198705,
            "stop": 867198764
        },
        {
            "start": 867198945,
            "stop": 867199004
        },
        {
            "start": 867199185,
            "stop": 867199424
        }
    ]
}