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=1775
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=1776",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1774",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1775,
    "results": [
        {
            "start": 1249525466,
            "stop": 1249525667
        },
        {
            "start": 1249525670,
            "stop": 1249525827
        },
        {
            "start": 1249525830,
            "stop": 1249525887
        },
        {
            "start": 1249525895,
            "stop": 1249525938
        },
        {
            "start": 1249525941,
            "stop": 1249525957
        },
        {
            "start": 1249525960,
            "stop": 1249526150
        },
        {
            "start": 1249526153,
            "stop": 1249526349
        },
        {
            "start": 1249526352,
            "stop": 1249526679
        },
        {
            "start": 1249526682,
            "stop": 1249526690
        },
        {
            "start": 1249526693,
            "stop": 1249526976
        },
        {
            "start": 1249526979,
            "stop": 1249527228
        },
        {
            "start": 1249527231,
            "stop": 1249527458
        },
        {
            "start": 1249527461,
            "stop": 1249527533
        },
        {
            "start": 1249527536,
            "stop": 1249527633
        },
        {
            "start": 1249527636,
            "stop": 1249527662
        },
        {
            "start": 1249527665,
            "stop": 1249527815
        },
        {
            "start": 1249527818,
            "stop": 1249527836
        },
        {
            "start": 1249527839,
            "stop": 1249528007
        },
        {
            "start": 1249528009,
            "stop": 1249528475
        },
        {
            "start": 1249528478,
            "stop": 1249528693
        }
    ]
}