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=5762
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=5763",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5761",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5762,
    "results": [
        {
            "start": 874638893,
            "stop": 874638977
        },
        {
            "start": 874638980,
            "stop": 874638997
        },
        {
            "start": 874639000,
            "stop": 874639021
        },
        {
            "start": 874639026,
            "stop": 874639151
        },
        {
            "start": 874639154,
            "stop": 874639335
        },
        {
            "start": 874639342,
            "stop": 874639348
        },
        {
            "start": 874639351,
            "stop": 874639380
        },
        {
            "start": 874639384,
            "stop": 874639472
        },
        {
            "start": 874639475,
            "stop": 874639548
        },
        {
            "start": 874639551,
            "stop": 874639654
        },
        {
            "start": 874639657,
            "stop": 874639982
        },
        {
            "start": 874639985,
            "stop": 874640006
        },
        {
            "start": 874640009,
            "stop": 874640064
        },
        {
            "start": 874640068,
            "stop": 874640185
        },
        {
            "start": 874640188,
            "stop": 874640227
        },
        {
            "start": 874640230,
            "stop": 874640231
        },
        {
            "start": 874640234,
            "stop": 874640239
        },
        {
            "start": 874640243,
            "stop": 874640320
        },
        {
            "start": 874640323,
            "stop": 874640326
        },
        {
            "start": 874640329,
            "stop": 874640393
        }
    ]
}