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=311
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=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=310",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 311,
    "results": [
        {
            "start": 821743995,
            "stop": 821744010
        },
        {
            "start": 821744015,
            "stop": 821744029
        },
        {
            "start": 821744032,
            "stop": 821744041
        },
        {
            "start": 821744044,
            "stop": 821744047
        },
        {
            "start": 821744052,
            "stop": 821744056
        },
        {
            "start": 821744065,
            "stop": 821744068
        },
        {
            "start": 821744071,
            "stop": 821744076
        },
        {
            "start": 821744079,
            "stop": 821744082
        },
        {
            "start": 821744085,
            "stop": 821744094
        },
        {
            "start": 821744098,
            "stop": 821744102
        },
        {
            "start": 821744109,
            "stop": 821744119
        },
        {
            "start": 821744122,
            "stop": 821744124
        },
        {
            "start": 821744130,
            "stop": 821744148
        },
        {
            "start": 821744151,
            "stop": 821744167
        },
        {
            "start": 821744175,
            "stop": 821744176
        },
        {
            "start": 821744179,
            "stop": 821744183
        },
        {
            "start": 821744187,
            "stop": 821744200
        },
        {
            "start": 821744203,
            "stop": 821744218
        },
        {
            "start": 821744225,
            "stop": 821744226
        },
        {
            "start": 821744229,
            "stop": 821744230
        }
    ]
}