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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=133",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 134,
    "results": [
        {
            "start": 1260226252,
            "stop": 1260226741
        },
        {
            "start": 1260226746,
            "stop": 1260226961
        },
        {
            "start": 1260226966,
            "stop": 1260227680
        },
        {
            "start": 1260227685,
            "stop": 1260228366
        },
        {
            "start": 1260228371,
            "stop": 1260228500
        },
        {
            "start": 1260228509,
            "stop": 1260228875
        },
        {
            "start": 1260228880,
            "stop": 1260229040
        },
        {
            "start": 1260229043,
            "stop": 1260229664
        },
        {
            "start": 1260229669,
            "stop": 1260230337
        },
        {
            "start": 1260230342,
            "stop": 1260230985
        },
        {
            "start": 1260230986,
            "stop": 1260231066
        },
        {
            "start": 1260231071,
            "stop": 1260231765
        },
        {
            "start": 1260231770,
            "stop": 1260232106
        },
        {
            "start": 1260232111,
            "stop": 1260232709
        },
        {
            "start": 1260232714,
            "stop": 1260232767
        },
        {
            "start": 1260232772,
            "stop": 1260232854
        },
        {
            "start": 1260232859,
            "stop": 1260232934
        },
        {
            "start": 1260232939,
            "stop": 1260233602
        },
        {
            "start": 1260233607,
            "stop": 1260233881
        },
        {
            "start": 1260233886,
            "stop": 1260234307
        }
    ]
}