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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=124",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 125,
    "results": [
        {
            "start": 819642439,
            "stop": 819648061
        },
        {
            "start": 819648068,
            "stop": 819650040
        },
        {
            "start": 819650160,
            "stop": 819652680
        },
        {
            "start": 819652740,
            "stop": 819654720
        },
        {
            "start": 819654728,
            "stop": 819656597
        },
        {
            "start": 819659384,
            "stop": 819661333
        },
        {
            "start": 819662144,
            "stop": 819664500
        },
        {
            "start": 819664620,
            "stop": 819664740
        },
        {
            "start": 819664800,
            "stop": 819664920
        },
        {
            "start": 819665160,
            "stop": 819665220
        },
        {
            "start": 819665340,
            "stop": 819665400
        },
        {
            "start": 819665580,
            "stop": 819667970
        },
        {
            "start": 819668050,
            "stop": 819670006
        },
        {
            "start": 819670090,
            "stop": 819671321
        },
        {
            "start": 819671328,
            "stop": 819673745
        },
        {
            "start": 819673750,
            "stop": 819674270
        },
        {
            "start": 819674350,
            "stop": 819675538
        },
        {
            "start": 819675545,
            "stop": 819676761
        },
        {
            "start": 819676768,
            "stop": 819676949
        },
        {
            "start": 819676956,
            "stop": 819677143
        }
    ]
}