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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3098",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3099,
    "results": [
        {
            "start": 866650140,
            "stop": 866650380
        },
        {
            "start": 866650500,
            "stop": 866650998
        },
        {
            "start": 866651001,
            "stop": 866651387
        },
        {
            "start": 866659969,
            "stop": 866662775
        },
        {
            "start": 866662780,
            "stop": 866662790
        },
        {
            "start": 866662795,
            "stop": 866663324
        },
        {
            "start": 866663505,
            "stop": 866667620
        },
        {
            "start": 866667625,
            "stop": 866670180
        },
        {
            "start": 866670240,
            "stop": 866672556
        },
        {
            "start": 866672880,
            "stop": 866673212
        },
        {
            "start": 866673652,
            "stop": 866673913
        },
        {
            "start": 866674623,
            "stop": 866684580
        },
        {
            "start": 866684640,
            "stop": 866684820
        },
        {
            "start": 866684880,
            "stop": 866685942
        },
        {
            "start": 866685945,
            "stop": 866695420
        },
        {
            "start": 866695425,
            "stop": 866698368
        },
        {
            "start": 866698668,
            "stop": 866711116
        },
        {
            "start": 866711565,
            "stop": 866712104
        },
        {
            "start": 866712285,
            "stop": 866715464
        },
        {
            "start": 866715645,
            "stop": 866726650
        }
    ]
}