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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=145",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 146,
    "results": [
        {
            "start": 1418032328,
            "stop": 1418032625
        },
        {
            "start": 1418032630,
            "stop": 1418033092
        },
        {
            "start": 1418033097,
            "stop": 1418039870
        },
        {
            "start": 1418039875,
            "stop": 1418043589
        },
        {
            "start": 1418043594,
            "stop": 1418056231
        },
        {
            "start": 1418069154,
            "stop": 1418070017
        },
        {
            "start": 1418070097,
            "stop": 1418072299
        },
        {
            "start": 1418072304,
            "stop": 1418072306
        },
        {
            "start": 1418072311,
            "stop": 1418074953
        },
        {
            "start": 1418074958,
            "stop": 1418082563
        },
        {
            "start": 1418082568,
            "stop": 1418092635
        },
        {
            "start": 1418092640,
            "stop": 1418097727
        },
        {
            "start": 1418097732,
            "stop": 1418100230
        },
        {
            "start": 1418100235,
            "stop": 1418105058
        },
        {
            "start": 1418106078,
            "stop": 1418108026
        },
        {
            "start": 1418108031,
            "stop": 1418108223
        },
        {
            "start": 1418108228,
            "stop": 1418108475
        },
        {
            "start": 1418108480,
            "stop": 1418111444
        },
        {
            "start": 1418111449,
            "stop": 1418117963
        },
        {
            "start": 1418117968,
            "stop": 1418118711
        }
    ]
}