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_CAT3H/segments?format=api&page=131
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=130",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 131,
    "results": [
        {
            "start": 931429381,
            "stop": 931429394
        },
        {
            "start": 931429397,
            "stop": 931429409
        },
        {
            "start": 931429411,
            "stop": 931429428
        },
        {
            "start": 931429431,
            "stop": 931429451
        },
        {
            "start": 931429453,
            "stop": 931429457
        },
        {
            "start": 931429459,
            "stop": 931429464
        },
        {
            "start": 931429466,
            "stop": 931429478
        },
        {
            "start": 931429479,
            "stop": 931429513
        },
        {
            "start": 931429515,
            "stop": 931429528
        },
        {
            "start": 931429530,
            "stop": 931429548
        },
        {
            "start": 931429550,
            "stop": 931429557
        },
        {
            "start": 931429559,
            "stop": 931429589
        },
        {
            "start": 931429590,
            "stop": 931429595
        },
        {
            "start": 931429597,
            "stop": 931429599
        },
        {
            "start": 931429603,
            "stop": 931429654
        },
        {
            "start": 931429657,
            "stop": 931429672
        },
        {
            "start": 931429673,
            "stop": 931429685
        },
        {
            "start": 931429688,
            "stop": 931429691
        },
        {
            "start": 931429696,
            "stop": 931429703
        },
        {
            "start": 931429706,
            "stop": 931429712
        }
    ]
}