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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=112",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 113,
    "results": [
        {
            "start": 931385901,
            "stop": 931385924
        },
        {
            "start": 931385926,
            "stop": 931385947
        },
        {
            "start": 931385949,
            "stop": 931385962
        },
        {
            "start": 931385964,
            "stop": 931385973
        },
        {
            "start": 931385975,
            "stop": 931386008
        },
        {
            "start": 931386009,
            "stop": 931386046
        },
        {
            "start": 931386048,
            "stop": 931386073
        },
        {
            "start": 931386075,
            "stop": 931386078
        },
        {
            "start": 931399838,
            "stop": 931399874
        },
        {
            "start": 931399876,
            "stop": 931399900
        },
        {
            "start": 931399902,
            "stop": 931399958
        },
        {
            "start": 931399959,
            "stop": 931400054
        },
        {
            "start": 931400056,
            "stop": 931400154
        },
        {
            "start": 931400156,
            "stop": 931400159
        },
        {
            "start": 931400161,
            "stop": 931400219
        },
        {
            "start": 931400221,
            "stop": 931400248
        },
        {
            "start": 931400250,
            "stop": 931400256
        },
        {
            "start": 931400257,
            "stop": 931400343
        },
        {
            "start": 931400345,
            "stop": 931400351
        },
        {
            "start": 931400353,
            "stop": 931400402
        }
    ]
}