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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3568",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3566",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3567,
    "results": [
        {
            "start": 970394857,
            "stop": 970394987
        },
        {
            "start": 970394990,
            "stop": 970394996
        },
        {
            "start": 970394999,
            "stop": 970395153
        },
        {
            "start": 970395159,
            "stop": 970395176
        },
        {
            "start": 970395186,
            "stop": 970395210
        },
        {
            "start": 970395216,
            "stop": 970395275
        },
        {
            "start": 970395278,
            "stop": 970395371
        },
        {
            "start": 970395374,
            "stop": 970395421
        },
        {
            "start": 970395428,
            "stop": 970395438
        },
        {
            "start": 970395441,
            "stop": 970395491
        },
        {
            "start": 970395494,
            "stop": 970395610
        },
        {
            "start": 970395613,
            "stop": 970395659
        },
        {
            "start": 970395668,
            "stop": 970395675
        },
        {
            "start": 970395678,
            "stop": 970395748
        },
        {
            "start": 970395751,
            "stop": 970395760
        },
        {
            "start": 970395763,
            "stop": 970395780
        },
        {
            "start": 970395786,
            "stop": 970395943
        },
        {
            "start": 970395946,
            "stop": 970395967
        },
        {
            "start": 970395972,
            "stop": 970395974
        },
        {
            "start": 970395977,
            "stop": 970396078
        }
    ]
}