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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1729",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1727",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1728,
    "results": [
        {
            "start": 1249227696,
            "stop": 1249227800
        },
        {
            "start": 1249227803,
            "stop": 1249227947
        },
        {
            "start": 1249227950,
            "stop": 1249228065
        },
        {
            "start": 1249228068,
            "stop": 1249228201
        },
        {
            "start": 1249228204,
            "stop": 1249228440
        },
        {
            "start": 1249228442,
            "stop": 1249228591
        },
        {
            "start": 1249228593,
            "stop": 1249228598
        },
        {
            "start": 1249228601,
            "stop": 1249228663
        },
        {
            "start": 1249228666,
            "stop": 1249228795
        },
        {
            "start": 1249228797,
            "stop": 1249228867
        },
        {
            "start": 1249228870,
            "stop": 1249228882
        },
        {
            "start": 1249228885,
            "stop": 1249229256
        },
        {
            "start": 1249229259,
            "stop": 1249229304
        },
        {
            "start": 1249229307,
            "stop": 1249229325
        },
        {
            "start": 1249229329,
            "stop": 1249229333
        },
        {
            "start": 1249229336,
            "stop": 1249229372
        },
        {
            "start": 1249229375,
            "stop": 1249229450
        },
        {
            "start": 1249229453,
            "stop": 1249229458
        },
        {
            "start": 1249229461,
            "stop": 1249229549
        },
        {
            "start": 1249229552,
            "stop": 1249229727
        }
    ]
}