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=4769
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=4770",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4768",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4769,
    "results": [
        {
            "start": 970392090,
            "stop": 970393362
        },
        {
            "start": 970393365,
            "stop": 970393561
        },
        {
            "start": 970393564,
            "stop": 970393826
        },
        {
            "start": 970393829,
            "stop": 970394711
        },
        {
            "start": 970394714,
            "stop": 970394760
        },
        {
            "start": 970394763,
            "stop": 970395584
        },
        {
            "start": 970395587,
            "stop": 970395853
        },
        {
            "start": 970395856,
            "stop": 970395940
        },
        {
            "start": 970395943,
            "stop": 970396088
        },
        {
            "start": 970396091,
            "stop": 970396207
        },
        {
            "start": 970396210,
            "stop": 970396671
        },
        {
            "start": 970396674,
            "stop": 970396773
        },
        {
            "start": 970396776,
            "stop": 970398083
        },
        {
            "start": 970398086,
            "stop": 970398281
        },
        {
            "start": 970398284,
            "stop": 970398473
        },
        {
            "start": 970398476,
            "stop": 970398652
        },
        {
            "start": 970398655,
            "stop": 970398886
        },
        {
            "start": 970398889,
            "stop": 970399030
        },
        {
            "start": 970399033,
            "stop": 970399039
        },
        {
            "start": 970399042,
            "stop": 970399396
        }
    ]
}