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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=150",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 151,
    "results": [
        {
            "start": 837348123,
            "stop": 837361243
        },
        {
            "start": 837362673,
            "stop": 837369455
        },
        {
            "start": 837371096,
            "stop": 837372256
        },
        {
            "start": 837373333,
            "stop": 837384582
        },
        {
            "start": 837384692,
            "stop": 837384819
        },
        {
            "start": 837385119,
            "stop": 837442128
        },
        {
            "start": 837443060,
            "stop": 837443987
        },
        {
            "start": 837446446,
            "stop": 837446594
        },
        {
            "start": 837447901,
            "stop": 837452387
        },
        {
            "start": 837452906,
            "stop": 837453954
        },
        {
            "start": 837454254,
            "stop": 837454356
        },
        {
            "start": 837455206,
            "stop": 837458130
        },
        {
            "start": 837458430,
            "stop": 837474664
        },
        {
            "start": 837476135,
            "stop": 837479658
        },
        {
            "start": 837480686,
            "stop": 837483265
        },
        {
            "start": 837483352,
            "stop": 837505898
        },
        {
            "start": 837507032,
            "stop": 837509553
        },
        {
            "start": 837510653,
            "stop": 837510846
        },
        {
            "start": 837511796,
            "stop": 837511809
        },
        {
            "start": 837513981,
            "stop": 837514599
        }
    ]
}