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=6400
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=6401",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6399",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6400,
    "results": [
        {
            "start": 873624083,
            "stop": 873624134
        },
        {
            "start": 873624135,
            "stop": 873624153
        },
        {
            "start": 873624154,
            "stop": 873624818
        },
        {
            "start": 873624819,
            "stop": 873624857
        },
        {
            "start": 873624858,
            "stop": 873624997
        },
        {
            "start": 873624998,
            "stop": 873625047
        },
        {
            "start": 873625048,
            "stop": 873625751
        },
        {
            "start": 873625752,
            "stop": 873626318
        },
        {
            "start": 873626320,
            "stop": 873626397
        },
        {
            "start": 873626399,
            "stop": 873626607
        },
        {
            "start": 873626608,
            "stop": 873627356
        },
        {
            "start": 873627357,
            "stop": 873627402
        },
        {
            "start": 873627403,
            "stop": 873628097
        },
        {
            "start": 873628098,
            "stop": 873628392
        },
        {
            "start": 873628394,
            "stop": 873628434
        },
        {
            "start": 873628436,
            "stop": 873629050
        },
        {
            "start": 873629051,
            "stop": 873629065
        },
        {
            "start": 873629068,
            "stop": 873629333
        },
        {
            "start": 873629334,
            "stop": 873629617
        },
        {
            "start": 873629618,
            "stop": 873630014
        }
    ]
}