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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=148",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 149,
    "results": [
        {
            "start": 837073728,
            "stop": 837078609
        },
        {
            "start": 837084693,
            "stop": 837085874
        },
        {
            "start": 837088679,
            "stop": 837089677
        },
        {
            "start": 837089977,
            "stop": 837093148
        },
        {
            "start": 837094742,
            "stop": 837109039
        },
        {
            "start": 837113321,
            "stop": 837118770
        },
        {
            "start": 837118772,
            "stop": 837124260
        },
        {
            "start": 837124262,
            "stop": 837124897
        },
        {
            "start": 837126584,
            "stop": 837134757
        },
        {
            "start": 837136285,
            "stop": 837155986
        },
        {
            "start": 837157510,
            "stop": 837160576
        },
        {
            "start": 837162561,
            "stop": 837162851
        },
        {
            "start": 837170443,
            "stop": 837174156
        },
        {
            "start": 837174157,
            "stop": 837176677
        },
        {
            "start": 837177810,
            "stop": 837178625
        },
        {
            "start": 837178627,
            "stop": 837179780
        },
        {
            "start": 837180039,
            "stop": 837188525
        },
        {
            "start": 837190460,
            "stop": 837193214
        },
        {
            "start": 837193322,
            "stop": 837193494
        },
        {
            "start": 837195230,
            "stop": 837195709
        }
    ]
}