Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=90
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=89",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 90,
    "results": [
        {
            "start": 931283232,
            "stop": 931283241
        },
        {
            "start": 931283243,
            "stop": 931283255
        },
        {
            "start": 931283257,
            "stop": 931283266
        },
        {
            "start": 931283270,
            "stop": 931283280
        },
        {
            "start": 931283282,
            "stop": 931283309
        },
        {
            "start": 931283311,
            "stop": 931283344
        },
        {
            "start": 931283346,
            "stop": 931283352
        },
        {
            "start": 931283354,
            "stop": 931283371
        },
        {
            "start": 931283373,
            "stop": 931283383
        },
        {
            "start": 931283385,
            "stop": 931283400
        },
        {
            "start": 931283402,
            "stop": 931283439
        },
        {
            "start": 931283441,
            "stop": 931283449
        },
        {
            "start": 931283451,
            "stop": 931283461
        },
        {
            "start": 931283464,
            "stop": 931283534
        },
        {
            "start": 931283535,
            "stop": 931283548
        },
        {
            "start": 931283550,
            "stop": 931283557
        },
        {
            "start": 931283559,
            "stop": 931283577
        },
        {
            "start": 931283578,
            "stop": 931283583
        },
        {
            "start": 931283587,
            "stop": 931283591
        },
        {
            "start": 931283593,
            "stop": 931283596
        }
    ]
}