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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=187",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 188,
    "results": [
        {
            "start": 1126810863,
            "stop": 1126810994
        },
        {
            "start": 1126810995,
            "stop": 1126810999
        },
        {
            "start": 1126811000,
            "stop": 1126811005
        },
        {
            "start": 1126811006,
            "stop": 1126811140
        },
        {
            "start": 1126811142,
            "stop": 1126811186
        },
        {
            "start": 1126811187,
            "stop": 1126811215
        },
        {
            "start": 1126811216,
            "stop": 1126811432
        },
        {
            "start": 1126811433,
            "stop": 1126811435
        },
        {
            "start": 1126811436,
            "stop": 1126811457
        },
        {
            "start": 1126811458,
            "stop": 1126811459
        },
        {
            "start": 1126811460,
            "stop": 1126811497
        },
        {
            "start": 1126811498,
            "stop": 1126811540
        },
        {
            "start": 1126811541,
            "stop": 1126811559
        },
        {
            "start": 1126811562,
            "stop": 1126811565
        },
        {
            "start": 1126811567,
            "stop": 1126811633
        },
        {
            "start": 1126811635,
            "stop": 1126811659
        },
        {
            "start": 1126811660,
            "stop": 1126811725
        },
        {
            "start": 1126811726,
            "stop": 1126811738
        },
        {
            "start": 1126811739,
            "stop": 1126811774
        },
        {
            "start": 1126811776,
            "stop": 1126811781
        }
    ]
}