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=554
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=555",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=553",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 554,
    "results": [
        {
            "start": 872129034,
            "stop": 872129189
        },
        {
            "start": 872129190,
            "stop": 872129381
        },
        {
            "start": 872129384,
            "stop": 872129879
        },
        {
            "start": 872130812,
            "stop": 872131651
        },
        {
            "start": 872131654,
            "stop": 872142129
        },
        {
            "start": 872143042,
            "stop": 872167498
        },
        {
            "start": 872169416,
            "stop": 872171048
        },
        {
            "start": 872171171,
            "stop": 872183025
        },
        {
            "start": 872183325,
            "stop": 872201550
        },
        {
            "start": 872202724,
            "stop": 872242574
        },
        {
            "start": 872244259,
            "stop": 872255425
        },
        {
            "start": 872255430,
            "stop": 872255460
        },
        {
            "start": 872255462,
            "stop": 872255670
        },
        {
            "start": 872255673,
            "stop": 872256282
        },
        {
            "start": 872256288,
            "stop": 872260695
        },
        {
            "start": 872260698,
            "stop": 872263027
        },
        {
            "start": 872263160,
            "stop": 872267903
        },
        {
            "start": 872267906,
            "stop": 872269565
        },
        {
            "start": 872269568,
            "stop": 872279932
        },
        {
            "start": 872279938,
            "stop": 872279940
        }
    ]
}