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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46756",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46754",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46755,
    "results": [
        {
            "start": 875083146,
            "stop": 875083164
        },
        {
            "start": 875083165,
            "stop": 875083205
        },
        {
            "start": 875083206,
            "stop": 875083217
        },
        {
            "start": 875083218,
            "stop": 875083255
        },
        {
            "start": 875083256,
            "stop": 875083324
        },
        {
            "start": 875083325,
            "stop": 875083336
        },
        {
            "start": 875083337,
            "stop": 875083338
        },
        {
            "start": 875083339,
            "stop": 875083365
        },
        {
            "start": 875083366,
            "stop": 875083416
        },
        {
            "start": 875083417,
            "stop": 875083421
        },
        {
            "start": 875083422,
            "stop": 875083424
        },
        {
            "start": 875083427,
            "stop": 875083442
        },
        {
            "start": 875083444,
            "stop": 875083474
        },
        {
            "start": 875083475,
            "stop": 875083515
        },
        {
            "start": 875083516,
            "stop": 875083523
        },
        {
            "start": 875083524,
            "stop": 875083533
        },
        {
            "start": 875083535,
            "stop": 875083554
        },
        {
            "start": 875083555,
            "stop": 875083570
        },
        {
            "start": 875083571,
            "stop": 875083585
        },
        {
            "start": 875083586,
            "stop": 875083614
        }
    ]
}