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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=116",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 117,
    "results": [
        {
            "start": 1239363461,
            "stop": 1239363859
        },
        {
            "start": 1239363862,
            "stop": 1239365023
        },
        {
            "start": 1239365026,
            "stop": 1239365593
        },
        {
            "start": 1239365596,
            "stop": 1239366167
        },
        {
            "start": 1239366170,
            "stop": 1239367924
        },
        {
            "start": 1239367927,
            "stop": 1239368731
        },
        {
            "start": 1239368734,
            "stop": 1239368798
        },
        {
            "start": 1239368806,
            "stop": 1239369197
        },
        {
            "start": 1239369199,
            "stop": 1239371163
        },
        {
            "start": 1239371168,
            "stop": 1239371857
        },
        {
            "start": 1239371860,
            "stop": 1239371875
        },
        {
            "start": 1239371876,
            "stop": 1239371958
        },
        {
            "start": 1239371959,
            "stop": 1239372243
        },
        {
            "start": 1239372244,
            "stop": 1239372682
        },
        {
            "start": 1239372683,
            "stop": 1239372960
        },
        {
            "start": 1239372963,
            "stop": 1239373105
        },
        {
            "start": 1239373108,
            "stop": 1239376871
        },
        {
            "start": 1239376873,
            "stop": 1239376997
        },
        {
            "start": 1239377005,
            "stop": 1239377297
        },
        {
            "start": 1239377300,
            "stop": 1239377729
        }
    ]
}