Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=8",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 9,
    "results": [
        {
            "start": 1397789809,
            "stop": 1397814579
        },
        {
            "start": 1397814582,
            "stop": 1397830432
        },
        {
            "start": 1397830437,
            "stop": 1397836110
        },
        {
            "start": 1397836116,
            "stop": 1397847088
        },
        {
            "start": 1397855942,
            "stop": 1397863798
        },
        {
            "start": 1397863801,
            "stop": 1397866952
        },
        {
            "start": 1397871462,
            "stop": 1397873740
        },
        {
            "start": 1397873743,
            "stop": 1397889609
        },
        {
            "start": 1397889614,
            "stop": 1397903971
        },
        {
            "start": 1397903977,
            "stop": 1397911843
        },
        {
            "start": 1397972453,
            "stop": 1397975959
        },
        {
            "start": 1398047555,
            "stop": 1398052109
        },
        {
            "start": 1398052113,
            "stop": 1398072290
        },
        {
            "start": 1398072293,
            "stop": 1398073186
        },
        {
            "start": 1398114555,
            "stop": 1398117816
        },
        {
            "start": 1398118165,
            "stop": 1398118926
        },
        {
            "start": 1398118933,
            "stop": 1398119779
        },
        {
            "start": 1398119786,
            "stop": 1398129201
        },
        {
            "start": 1398129208,
            "stop": 1398134960
        },
        {
            "start": 1398134967,
            "stop": 1398135964
        }
    ]
}