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=331
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=332",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=330",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 331,
    "results": [
        {
            "start": 1240633375,
            "stop": 1240633420
        },
        {
            "start": 1240633421,
            "stop": 1240633584
        },
        {
            "start": 1240633586,
            "stop": 1240633659
        },
        {
            "start": 1240633660,
            "stop": 1240633760
        },
        {
            "start": 1240633762,
            "stop": 1240633926
        },
        {
            "start": 1240633927,
            "stop": 1240633964
        },
        {
            "start": 1240633965,
            "stop": 1240634103
        },
        {
            "start": 1240634104,
            "stop": 1240634210
        },
        {
            "start": 1240634211,
            "stop": 1240634390
        },
        {
            "start": 1240634391,
            "stop": 1240634456
        },
        {
            "start": 1240634457,
            "stop": 1240634687
        },
        {
            "start": 1240634688,
            "stop": 1240635109
        },
        {
            "start": 1240635110,
            "stop": 1240635219
        },
        {
            "start": 1240635221,
            "stop": 1240635512
        },
        {
            "start": 1240635515,
            "stop": 1240636327
        },
        {
            "start": 1240636328,
            "stop": 1240636744
        },
        {
            "start": 1240636745,
            "stop": 1240637476
        },
        {
            "start": 1240637477,
            "stop": 1240637596
        },
        {
            "start": 1240637597,
            "stop": 1240637644
        },
        {
            "start": 1240637645,
            "stop": 1240638025
        }
    ]
}