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=2950
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=2951",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2949",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2950,
    "results": [
        {
            "start": 859754813,
            "stop": 859754832
        },
        {
            "start": 859754838,
            "stop": 859755151
        },
        {
            "start": 859755154,
            "stop": 859758124
        },
        {
            "start": 859760767,
            "stop": 859760828
        },
        {
            "start": 859760831,
            "stop": 859761120
        },
        {
            "start": 859761180,
            "stop": 859761192
        },
        {
            "start": 859765346,
            "stop": 859766586
        },
        {
            "start": 859769448,
            "stop": 859775972
        },
        {
            "start": 859775978,
            "stop": 859781019
        },
        {
            "start": 859782247,
            "stop": 859782300
        },
        {
            "start": 859782540,
            "stop": 859782600
        },
        {
            "start": 859784580,
            "stop": 859784700
        },
        {
            "start": 859784760,
            "stop": 859784820
        },
        {
            "start": 859784880,
            "stop": 859785000
        },
        {
            "start": 859785060,
            "stop": 859787094
        },
        {
            "start": 859791779,
            "stop": 859791890
        },
        {
            "start": 859795476,
            "stop": 859807680
        },
        {
            "start": 859807740,
            "stop": 859810595
        },
        {
            "start": 859810600,
            "stop": 859814040
        },
        {
            "start": 859814100,
            "stop": 859821720
        }
    ]
}