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=6644
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=6645",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6643",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6644,
    "results": [
        {
            "start": 874942380,
            "stop": 874942428
        },
        {
            "start": 874942429,
            "stop": 874943059
        },
        {
            "start": 874943061,
            "stop": 874943153
        },
        {
            "start": 874943154,
            "stop": 874943615
        },
        {
            "start": 874943616,
            "stop": 874943639
        },
        {
            "start": 874943641,
            "stop": 874943716
        },
        {
            "start": 874943718,
            "stop": 874943781
        },
        {
            "start": 874943782,
            "stop": 874943874
        },
        {
            "start": 874943875,
            "stop": 874943918
        },
        {
            "start": 874943919,
            "stop": 874944087
        },
        {
            "start": 874944088,
            "stop": 874944434
        },
        {
            "start": 874944435,
            "stop": 874944473
        },
        {
            "start": 874944474,
            "stop": 874944522
        },
        {
            "start": 874944523,
            "stop": 874944649
        },
        {
            "start": 874944651,
            "stop": 874944823
        },
        {
            "start": 874944824,
            "stop": 874944974
        },
        {
            "start": 874944975,
            "stop": 874945173
        },
        {
            "start": 874945174,
            "stop": 874945217
        },
        {
            "start": 874945218,
            "stop": 874945312
        },
        {
            "start": 874945314,
            "stop": 874945348
        }
    ]
}