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=2921
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=2922",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2920",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2921,
    "results": [
        {
            "start": 858699000,
            "stop": 858699120
        },
        {
            "start": 858699180,
            "stop": 858701280
        },
        {
            "start": 858701340,
            "stop": 858707684
        },
        {
            "start": 858707865,
            "stop": 858708807
        },
        {
            "start": 858708813,
            "stop": 858709215
        },
        {
            "start": 858709220,
            "stop": 858709232
        },
        {
            "start": 858709238,
            "stop": 858709265
        },
        {
            "start": 858709270,
            "stop": 858711060
        },
        {
            "start": 858711120,
            "stop": 858713650
        },
        {
            "start": 858713655,
            "stop": 858713662
        },
        {
            "start": 858713668,
            "stop": 858713675
        },
        {
            "start": 858713680,
            "stop": 858715046
        },
        {
            "start": 858715357,
            "stop": 858715432
        },
        {
            "start": 858715438,
            "stop": 858717415
        },
        {
            "start": 858717688,
            "stop": 858717907
        },
        {
            "start": 858717917,
            "stop": 858719043
        },
        {
            "start": 858719046,
            "stop": 858720960
        },
        {
            "start": 858721080,
            "stop": 858721462
        },
        {
            "start": 858721468,
            "stop": 858722700
        },
        {
            "start": 858722760,
            "stop": 858724620
        }
    ]
}