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=40645
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=40646",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40644",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40645,
    "results": [
        {
            "start": 874914975,
            "stop": 874915006
        },
        {
            "start": 874915007,
            "stop": 874915008
        },
        {
            "start": 874915009,
            "stop": 874915018
        },
        {
            "start": 874915019,
            "stop": 874915056
        },
        {
            "start": 874915057,
            "stop": 874915080
        },
        {
            "start": 874915082,
            "stop": 874915095
        },
        {
            "start": 874915096,
            "stop": 874915121
        },
        {
            "start": 874915122,
            "stop": 874915145
        },
        {
            "start": 874915146,
            "stop": 874915157
        },
        {
            "start": 874915158,
            "stop": 874915165
        },
        {
            "start": 874915166,
            "stop": 874915171
        },
        {
            "start": 874915173,
            "stop": 874915174
        },
        {
            "start": 874915177,
            "stop": 874915203
        },
        {
            "start": 874915207,
            "stop": 874915210
        },
        {
            "start": 874915211,
            "stop": 874915219
        },
        {
            "start": 874915221,
            "stop": 874915224
        },
        {
            "start": 874915225,
            "stop": 874915229
        },
        {
            "start": 874915230,
            "stop": 874915243
        },
        {
            "start": 874915246,
            "stop": 874915257
        },
        {
            "start": 874915258,
            "stop": 874915261
        }
    ]
}