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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=493",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=491",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 492,
    "results": [
        {
            "start": 1262370067,
            "stop": 1262370080
        },
        {
            "start": 1262370083,
            "stop": 1262370166
        },
        {
            "start": 1262370169,
            "stop": 1262370205
        },
        {
            "start": 1262370208,
            "stop": 1262370262
        },
        {
            "start": 1262370265,
            "stop": 1262370272
        },
        {
            "start": 1262370275,
            "stop": 1262370282
        },
        {
            "start": 1262370285,
            "stop": 1262370388
        },
        {
            "start": 1262370391,
            "stop": 1262370462
        },
        {
            "start": 1262370465,
            "stop": 1262370472
        },
        {
            "start": 1262370475,
            "stop": 1262370481
        },
        {
            "start": 1262370484,
            "stop": 1262370544
        },
        {
            "start": 1262370547,
            "stop": 1262370680
        },
        {
            "start": 1262370683,
            "stop": 1262370858
        },
        {
            "start": 1262370861,
            "stop": 1262370871
        },
        {
            "start": 1262370874,
            "stop": 1262370879
        },
        {
            "start": 1262370882,
            "stop": 1262371047
        },
        {
            "start": 1262371050,
            "stop": 1262371070
        },
        {
            "start": 1262371073,
            "stop": 1262371250
        },
        {
            "start": 1262371253,
            "stop": 1262371293
        },
        {
            "start": 1262371296,
            "stop": 1262371411
        }
    ]
}