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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=354",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 355,
    "results": [
        {
            "start": 821471719,
            "stop": 821471856
        },
        {
            "start": 821471859,
            "stop": 821471875
        },
        {
            "start": 821471878,
            "stop": 821471927
        },
        {
            "start": 821471935,
            "stop": 821471937
        },
        {
            "start": 821471940,
            "stop": 821471968
        },
        {
            "start": 821471972,
            "stop": 821471984
        },
        {
            "start": 821471987,
            "stop": 821472128
        },
        {
            "start": 821472131,
            "stop": 821472134
        },
        {
            "start": 821472137,
            "stop": 821472268
        },
        {
            "start": 821472271,
            "stop": 821472483
        },
        {
            "start": 821472486,
            "stop": 821472843
        },
        {
            "start": 821472846,
            "stop": 821472928
        },
        {
            "start": 821472931,
            "stop": 821472967
        },
        {
            "start": 821472970,
            "stop": 821473100
        },
        {
            "start": 821473103,
            "stop": 821473255
        },
        {
            "start": 821473259,
            "stop": 821473324
        },
        {
            "start": 821473327,
            "stop": 821473360
        },
        {
            "start": 821473363,
            "stop": 821473770
        },
        {
            "start": 821473773,
            "stop": 821473872
        },
        {
            "start": 821474164,
            "stop": 821474241
        }
    ]
}