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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41044",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41042",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41043,
    "results": [
        {
            "start": 875195235,
            "stop": 875195250
        },
        {
            "start": 875195251,
            "stop": 875195269
        },
        {
            "start": 875195270,
            "stop": 875195306
        },
        {
            "start": 875195308,
            "stop": 875195311
        },
        {
            "start": 875195312,
            "stop": 875195341
        },
        {
            "start": 875195342,
            "stop": 875195347
        },
        {
            "start": 875195348,
            "stop": 875195372
        },
        {
            "start": 875195373,
            "stop": 875195415
        },
        {
            "start": 875195416,
            "stop": 875195463
        },
        {
            "start": 875195465,
            "stop": 875195501
        },
        {
            "start": 875195503,
            "stop": 875195504
        },
        {
            "start": 875195506,
            "stop": 875195530
        },
        {
            "start": 875195531,
            "stop": 875195536
        },
        {
            "start": 875195537,
            "stop": 875195571
        },
        {
            "start": 875195572,
            "stop": 875195573
        },
        {
            "start": 875195574,
            "stop": 875195607
        },
        {
            "start": 875195608,
            "stop": 875195643
        },
        {
            "start": 875195645,
            "stop": 875195647
        },
        {
            "start": 875195649,
            "stop": 875195663
        },
        {
            "start": 875195664,
            "stop": 875195690
        }
    ]
}