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=4668
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=4669",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4667",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4668,
    "results": [
        {
            "start": 969735817,
            "stop": 969735818
        },
        {
            "start": 969735938,
            "stop": 969735998
        },
        {
            "start": 969737198,
            "stop": 969737207
        },
        {
            "start": 969737210,
            "stop": 969737318
        },
        {
            "start": 969738338,
            "stop": 969738398
        },
        {
            "start": 969738758,
            "stop": 969738878
        },
        {
            "start": 969738938,
            "stop": 969738998
        },
        {
            "start": 969739118,
            "stop": 969739178
        },
        {
            "start": 969739538,
            "stop": 969739546
        },
        {
            "start": 969739549,
            "stop": 969739585
        },
        {
            "start": 969739588,
            "stop": 969739598
        },
        {
            "start": 969739658,
            "stop": 969739683
        },
        {
            "start": 969739686,
            "stop": 969739718
        },
        {
            "start": 969739898,
            "stop": 969739923
        },
        {
            "start": 969739926,
            "stop": 969740003
        },
        {
            "start": 969740006,
            "stop": 969740018
        },
        {
            "start": 969740318,
            "stop": 969740390
        },
        {
            "start": 969740393,
            "stop": 969740498
        },
        {
            "start": 969740618,
            "stop": 969740738
        },
        {
            "start": 969740798,
            "stop": 969740833
        }
    ]
}