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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=316",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 317,
    "results": [
        {
            "start": 931747348,
            "stop": 931747349
        },
        {
            "start": 931747351,
            "stop": 931747363
        },
        {
            "start": 931747365,
            "stop": 931747394
        },
        {
            "start": 931747399,
            "stop": 931747402
        },
        {
            "start": 931747404,
            "stop": 931747410
        },
        {
            "start": 931747412,
            "stop": 931747431
        },
        {
            "start": 931747436,
            "stop": 931747439
        },
        {
            "start": 931747446,
            "stop": 931747447
        },
        {
            "start": 931747449,
            "stop": 931747450
        },
        {
            "start": 931747452,
            "stop": 931747453
        },
        {
            "start": 931747454,
            "stop": 931747455
        },
        {
            "start": 931747457,
            "stop": 931747474
        },
        {
            "start": 931747475,
            "stop": 931747584
        },
        {
            "start": 931747587,
            "stop": 931747622
        },
        {
            "start": 931747624,
            "stop": 931747627
        },
        {
            "start": 931747629,
            "stop": 931747708
        },
        {
            "start": 931747709,
            "stop": 931747829
        },
        {
            "start": 931747831,
            "stop": 931747894
        },
        {
            "start": 931747896,
            "stop": 931747899
        },
        {
            "start": 931747901,
            "stop": 931747919
        }
    ]
}