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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5754",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5752",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5753,
    "results": [
        {
            "start": 874629043,
            "stop": 874629053
        },
        {
            "start": 874629056,
            "stop": 874629092
        },
        {
            "start": 874629095,
            "stop": 874629179
        },
        {
            "start": 874629182,
            "stop": 874629340
        },
        {
            "start": 874629343,
            "stop": 874629377
        },
        {
            "start": 874629380,
            "stop": 874629389
        },
        {
            "start": 874629393,
            "stop": 874629452
        },
        {
            "start": 874629455,
            "stop": 874629526
        },
        {
            "start": 874629529,
            "stop": 874629575
        },
        {
            "start": 874629579,
            "stop": 874629669
        },
        {
            "start": 874629675,
            "stop": 874629718
        },
        {
            "start": 874629721,
            "stop": 874629743
        },
        {
            "start": 874629746,
            "stop": 874629770
        },
        {
            "start": 874629774,
            "stop": 874629848
        },
        {
            "start": 874629851,
            "stop": 874629894
        },
        {
            "start": 874629897,
            "stop": 874629982
        },
        {
            "start": 874629985,
            "stop": 874629988
        },
        {
            "start": 874629991,
            "stop": 874630106
        },
        {
            "start": 874630109,
            "stop": 874630299
        },
        {
            "start": 874630302,
            "stop": 874630363
        }
    ]
}