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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6467",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6465",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6466,
    "results": [
        {
            "start": 874034307,
            "stop": 874034588
        },
        {
            "start": 874034589,
            "stop": 874034654
        },
        {
            "start": 874034655,
            "stop": 874034934
        },
        {
            "start": 874034936,
            "stop": 874035103
        },
        {
            "start": 874035104,
            "stop": 874035425
        },
        {
            "start": 874035426,
            "stop": 874035500
        },
        {
            "start": 874035502,
            "stop": 874035648
        },
        {
            "start": 874035649,
            "stop": 874035731
        },
        {
            "start": 874035732,
            "stop": 874035785
        },
        {
            "start": 874035786,
            "stop": 874035858
        },
        {
            "start": 874035859,
            "stop": 874035879
        },
        {
            "start": 874035881,
            "stop": 874035892
        },
        {
            "start": 874035893,
            "stop": 874035912
        },
        {
            "start": 874035914,
            "stop": 874035945
        },
        {
            "start": 874035946,
            "stop": 874036062
        },
        {
            "start": 874036063,
            "stop": 874036681
        },
        {
            "start": 874036683,
            "stop": 874036951
        },
        {
            "start": 874036953,
            "stop": 874037474
        },
        {
            "start": 874037475,
            "stop": 874037594
        },
        {
            "start": 874037596,
            "stop": 874038224
        }
    ]
}