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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6336",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6337,
    "results": [
        {
            "start": 873350117,
            "stop": 873350614
        },
        {
            "start": 873350615,
            "stop": 873350842
        },
        {
            "start": 873350844,
            "stop": 873350989
        },
        {
            "start": 873350990,
            "stop": 873351155
        },
        {
            "start": 873351157,
            "stop": 873351677
        },
        {
            "start": 873351679,
            "stop": 873352177
        },
        {
            "start": 873352178,
            "stop": 873352490
        },
        {
            "start": 873352491,
            "stop": 873352532
        },
        {
            "start": 873352533,
            "stop": 873353269
        },
        {
            "start": 873353270,
            "stop": 873353776
        },
        {
            "start": 873353777,
            "stop": 873353971
        },
        {
            "start": 873353972,
            "stop": 873354061
        },
        {
            "start": 873354062,
            "stop": 873354808
        },
        {
            "start": 873354809,
            "stop": 873355515
        },
        {
            "start": 873355516,
            "stop": 873355543
        },
        {
            "start": 873355544,
            "stop": 873355602
        },
        {
            "start": 873355603,
            "stop": 873355630
        },
        {
            "start": 873355631,
            "stop": 873356369
        },
        {
            "start": 873356370,
            "stop": 873356947
        },
        {
            "start": 873356948,
            "stop": 873357093
        }
    ]
}