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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=350",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 351,
    "results": [
        {
            "start": 863362233,
            "stop": 863363924
        },
        {
            "start": 863363946,
            "stop": 863366457
        },
        {
            "start": 863366478,
            "stop": 863366874
        },
        {
            "start": 863366896,
            "stop": 863367896
        },
        {
            "start": 863367995,
            "stop": 863368038
        },
        {
            "start": 863368055,
            "stop": 863371682
        },
        {
            "start": 863372329,
            "stop": 863377610
        },
        {
            "start": 863378803,
            "stop": 863384507
        },
        {
            "start": 863384528,
            "stop": 863395511
        },
        {
            "start": 863395556,
            "stop": 863395599
        },
        {
            "start": 863395621,
            "stop": 863398030
        },
        {
            "start": 863398212,
            "stop": 863401065
        },
        {
            "start": 863401382,
            "stop": 863401394
        },
        {
            "start": 863401504,
            "stop": 863401671
        },
        {
            "start": 863401971,
            "stop": 863402468
        },
        {
            "start": 863403032,
            "stop": 863403042
        },
        {
            "start": 863403152,
            "stop": 863403253
        },
        {
            "start": 863403553,
            "stop": 863409079
        },
        {
            "start": 863409101,
            "stop": 863413923
        },
        {
            "start": 863413941,
            "stop": 863425050
        }
    ]
}