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=121
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=122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=120",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 121,
    "results": [
        {
            "start": 932657102,
            "stop": 932657103
        },
        {
            "start": 932657175,
            "stop": 932657176
        },
        {
            "start": 932657383,
            "stop": 932657391
        },
        {
            "start": 932657434,
            "stop": 932657500
        },
        {
            "start": 932657557,
            "stop": 932657575
        },
        {
            "start": 932657593,
            "stop": 932657613
        },
        {
            "start": 932657754,
            "stop": 932657777
        },
        {
            "start": 932657899,
            "stop": 932657917
        },
        {
            "start": 932657962,
            "stop": 932657968
        },
        {
            "start": 932658019,
            "stop": 932658027
        },
        {
            "start": 932658045,
            "stop": 932658048
        },
        {
            "start": 932658256,
            "stop": 932658281
        },
        {
            "start": 932658389,
            "stop": 932658390
        },
        {
            "start": 932658559,
            "stop": 932658574
        },
        {
            "start": 932658586,
            "stop": 932658624
        },
        {
            "start": 932658654,
            "stop": 932658668
        },
        {
            "start": 932658718,
            "stop": 932658720
        },
        {
            "start": 932658729,
            "stop": 932658734
        },
        {
            "start": 932658765,
            "stop": 932658777
        },
        {
            "start": 932658813,
            "stop": 932658828
        }
    ]
}