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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=162",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 163,
    "results": [
        {
            "start": 819966077,
            "stop": 819966104
        },
        {
            "start": 819966111,
            "stop": 819966156
        },
        {
            "start": 819966163,
            "stop": 819966438
        },
        {
            "start": 819966445,
            "stop": 819967471
        },
        {
            "start": 819967478,
            "stop": 819967548
        },
        {
            "start": 819967556,
            "stop": 819967808
        },
        {
            "start": 819967817,
            "stop": 819968079
        },
        {
            "start": 819968086,
            "stop": 819968143
        },
        {
            "start": 819968150,
            "stop": 819968279
        },
        {
            "start": 819968286,
            "stop": 819968525
        },
        {
            "start": 819974518,
            "stop": 819974519
        },
        {
            "start": 819976394,
            "stop": 819976399
        },
        {
            "start": 819976506,
            "stop": 819976705
        },
        {
            "start": 819976713,
            "stop": 819977265
        },
        {
            "start": 819977272,
            "stop": 819977354
        },
        {
            "start": 819977361,
            "stop": 819977426
        },
        {
            "start": 819977433,
            "stop": 819977447
        },
        {
            "start": 819977454,
            "stop": 819977506
        },
        {
            "start": 819977513,
            "stop": 819977526
        },
        {
            "start": 819977533,
            "stop": 819977540
        }
    ]
}