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=5683
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=5684",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5682",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5683,
    "results": [
        {
            "start": 874560115,
            "stop": 874560133
        },
        {
            "start": 874560136,
            "stop": 874560211
        },
        {
            "start": 874560214,
            "stop": 874560247
        },
        {
            "start": 874560251,
            "stop": 874560267
        },
        {
            "start": 874560271,
            "stop": 874560280
        },
        {
            "start": 874560283,
            "stop": 874560363
        },
        {
            "start": 874560367,
            "stop": 874560506
        },
        {
            "start": 874560511,
            "stop": 874560512
        },
        {
            "start": 874560515,
            "stop": 874560561
        },
        {
            "start": 874560564,
            "stop": 874560599
        },
        {
            "start": 874560603,
            "stop": 874560617
        },
        {
            "start": 874560623,
            "stop": 874560680
        },
        {
            "start": 874560684,
            "stop": 874560696
        },
        {
            "start": 874560699,
            "stop": 874560709
        },
        {
            "start": 874560712,
            "stop": 874560787
        },
        {
            "start": 874560790,
            "stop": 874560840
        },
        {
            "start": 874560843,
            "stop": 874560967
        },
        {
            "start": 874560970,
            "stop": 874561050
        },
        {
            "start": 874561054,
            "stop": 874561081
        },
        {
            "start": 874561084,
            "stop": 874561146
        }
    ]
}