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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=554",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=552",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 553,
    "results": [
        {
            "start": 872032214,
            "stop": 872032315
        },
        {
            "start": 872032318,
            "stop": 872033800
        },
        {
            "start": 872033803,
            "stop": 872038445
        },
        {
            "start": 872038455,
            "stop": 872038457
        },
        {
            "start": 872038463,
            "stop": 872043080
        },
        {
            "start": 872043083,
            "stop": 872047421
        },
        {
            "start": 872047423,
            "stop": 872048810
        },
        {
            "start": 872050429,
            "stop": 872092903
        },
        {
            "start": 872093229,
            "stop": 872100120
        },
        {
            "start": 872100180,
            "stop": 872103704
        },
        {
            "start": 872105259,
            "stop": 872113795
        },
        {
            "start": 872113800,
            "stop": 872123032
        },
        {
            "start": 872123038,
            "stop": 872126449
        },
        {
            "start": 872126451,
            "stop": 872126970
        },
        {
            "start": 872126972,
            "stop": 872127234
        },
        {
            "start": 872127238,
            "stop": 872128631
        },
        {
            "start": 872128633,
            "stop": 872128911
        },
        {
            "start": 872128912,
            "stop": 872129018
        },
        {
            "start": 872129019,
            "stop": 872129020
        },
        {
            "start": 872129022,
            "stop": 872129033
        }
    ]
}