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=446
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=447",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=445",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 446,
    "results": [
        {
            "start": 863121975,
            "stop": 863143580
        },
        {
            "start": 863143611,
            "stop": 863146681
        },
        {
            "start": 863146791,
            "stop": 863147402
        },
        {
            "start": 863147958,
            "stop": 863156346
        },
        {
            "start": 863168272,
            "stop": 863168277
        },
        {
            "start": 863168583,
            "stop": 863168771
        },
        {
            "start": 863169075,
            "stop": 863169234
        },
        {
            "start": 863170232,
            "stop": 863185137
        },
        {
            "start": 863185374,
            "stop": 863195896
        },
        {
            "start": 863195900,
            "stop": 863197395
        },
        {
            "start": 863197400,
            "stop": 863197417
        },
        {
            "start": 863197423,
            "stop": 863197710
        },
        {
            "start": 863197715,
            "stop": 863197850
        },
        {
            "start": 863197856,
            "stop": 863197882
        },
        {
            "start": 863197890,
            "stop": 863197895
        },
        {
            "start": 863197905,
            "stop": 863197909
        },
        {
            "start": 863199636,
            "stop": 863201359
        },
        {
            "start": 863201659,
            "stop": 863202232
        },
        {
            "start": 863203412,
            "stop": 863205203
        },
        {
            "start": 863205313,
            "stop": 863205398
        }
    ]
}