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=100
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=101",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=99",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 100,
    "results": [
        {
            "start": 931341573,
            "stop": 931341628
        },
        {
            "start": 931341630,
            "stop": 931341661
        },
        {
            "start": 931341663,
            "stop": 931341756
        },
        {
            "start": 931341757,
            "stop": 931341831
        },
        {
            "start": 931341833,
            "stop": 931341904
        },
        {
            "start": 931341906,
            "stop": 931341909
        },
        {
            "start": 931341911,
            "stop": 931341942
        },
        {
            "start": 931344916,
            "stop": 931346545
        },
        {
            "start": 931346547,
            "stop": 931346605
        },
        {
            "start": 931351614,
            "stop": 931351699
        },
        {
            "start": 931351701,
            "stop": 931351703
        },
        {
            "start": 931351705,
            "stop": 931351714
        },
        {
            "start": 931351716,
            "stop": 931351792
        },
        {
            "start": 931351794,
            "stop": 931351803
        },
        {
            "start": 931351805,
            "stop": 931351851
        },
        {
            "start": 931351853,
            "stop": 931351884
        },
        {
            "start": 931351886,
            "stop": 931352027
        },
        {
            "start": 931352029,
            "stop": 931352099
        },
        {
            "start": 931352102,
            "stop": 931352188
        },
        {
            "start": 931352190,
            "stop": 931352198
        }
    ]
}