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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7098",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7099,
    "results": [
        {
            "start": 874186565,
            "stop": 874186636
        },
        {
            "start": 874186637,
            "stop": 874186858
        },
        {
            "start": 874186859,
            "stop": 874187061
        },
        {
            "start": 874187062,
            "stop": 874187220
        },
        {
            "start": 874187221,
            "stop": 874187282
        },
        {
            "start": 874187283,
            "stop": 874187313
        },
        {
            "start": 874187315,
            "stop": 874187355
        },
        {
            "start": 874187356,
            "stop": 874187411
        },
        {
            "start": 874187412,
            "stop": 874187787
        },
        {
            "start": 874188389,
            "stop": 874188562
        },
        {
            "start": 874188564,
            "stop": 874188583
        },
        {
            "start": 874188585,
            "stop": 874188938
        },
        {
            "start": 874188940,
            "stop": 874188978
        },
        {
            "start": 874188979,
            "stop": 874189034
        },
        {
            "start": 874189035,
            "stop": 874189050
        },
        {
            "start": 874189051,
            "stop": 874189078
        },
        {
            "start": 874189079,
            "stop": 874189117
        },
        {
            "start": 874189505,
            "stop": 874189513
        },
        {
            "start": 874189514,
            "stop": 874189801
        },
        {
            "start": 874189802,
            "stop": 874189811
        }
    ]
}