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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=118",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 119,
    "results": [
        {
            "start": 1259929086,
            "stop": 1259931740
        },
        {
            "start": 1259931743,
            "stop": 1259933010
        },
        {
            "start": 1259933013,
            "stop": 1259933188
        },
        {
            "start": 1259933193,
            "stop": 1259936439
        },
        {
            "start": 1259936443,
            "stop": 1259937317
        },
        {
            "start": 1259937320,
            "stop": 1259941607
        },
        {
            "start": 1259941609,
            "stop": 1259947922
        },
        {
            "start": 1259947924,
            "stop": 1259949642
        },
        {
            "start": 1259949646,
            "stop": 1259949872
        },
        {
            "start": 1259949875,
            "stop": 1259954772
        },
        {
            "start": 1259954776,
            "stop": 1259957424
        },
        {
            "start": 1259957428,
            "stop": 1259962619
        },
        {
            "start": 1259962621,
            "stop": 1259963185
        },
        {
            "start": 1259963188,
            "stop": 1259967032
        },
        {
            "start": 1259967034,
            "stop": 1259967852
        },
        {
            "start": 1259967857,
            "stop": 1259967876
        },
        {
            "start": 1259967881,
            "stop": 1259967885
        },
        {
            "start": 1259967890,
            "stop": 1259967933
        },
        {
            "start": 1259967938,
            "stop": 1259967940
        },
        {
            "start": 1259967945,
            "stop": 1259967948
        }
    ]
}