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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4747",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4745",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4746,
    "results": [
        {
            "start": 970203282,
            "stop": 970203553
        },
        {
            "start": 970203556,
            "stop": 970203756
        },
        {
            "start": 970203759,
            "stop": 970203912
        },
        {
            "start": 970203915,
            "stop": 970204396
        },
        {
            "start": 970204399,
            "stop": 970204541
        },
        {
            "start": 970204544,
            "stop": 970204815
        },
        {
            "start": 970204818,
            "stop": 970204881
        },
        {
            "start": 970204884,
            "stop": 970205450
        },
        {
            "start": 970205453,
            "stop": 970205567
        },
        {
            "start": 970205570,
            "stop": 970205676
        },
        {
            "start": 970205679,
            "stop": 970206391
        },
        {
            "start": 970206394,
            "stop": 970206471
        },
        {
            "start": 970206474,
            "stop": 970206598
        },
        {
            "start": 970206601,
            "stop": 970206610
        },
        {
            "start": 970206613,
            "stop": 970206862
        },
        {
            "start": 970206865,
            "stop": 970206869
        },
        {
            "start": 970206872,
            "stop": 970206992
        },
        {
            "start": 970206995,
            "stop": 970207768
        },
        {
            "start": 970207771,
            "stop": 970208035
        },
        {
            "start": 970208038,
            "stop": 970208196
        }
    ]
}