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=4662
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=4663",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4661",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4662,
    "results": [
        {
            "start": 969690195,
            "stop": 969690556
        },
        {
            "start": 969690559,
            "stop": 969690768
        },
        {
            "start": 969690771,
            "stop": 969691322
        },
        {
            "start": 969691325,
            "stop": 969691485
        },
        {
            "start": 969691488,
            "stop": 969691492
        },
        {
            "start": 969691495,
            "stop": 969691506
        },
        {
            "start": 969691509,
            "stop": 969691554
        },
        {
            "start": 969691557,
            "stop": 969691576
        },
        {
            "start": 969691579,
            "stop": 969691655
        },
        {
            "start": 969691658,
            "stop": 969692465
        },
        {
            "start": 969692468,
            "stop": 969693290
        },
        {
            "start": 969693293,
            "stop": 969693790
        },
        {
            "start": 969693795,
            "stop": 969693855
        },
        {
            "start": 969693858,
            "stop": 969693880
        },
        {
            "start": 969693883,
            "stop": 969694366
        },
        {
            "start": 969694369,
            "stop": 969695636
        },
        {
            "start": 969695639,
            "stop": 969696013
        },
        {
            "start": 969696016,
            "stop": 969696052
        },
        {
            "start": 969696055,
            "stop": 969696102
        },
        {
            "start": 969696105,
            "stop": 969697365
        }
    ]
}