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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=274",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 275,
    "results": [
        {
            "start": 818234481,
            "stop": 818234485
        },
        {
            "start": 818234488,
            "stop": 818234489
        },
        {
            "start": 818234499,
            "stop": 818234500
        },
        {
            "start": 818234509,
            "stop": 818234518
        },
        {
            "start": 818234534,
            "stop": 818234535
        },
        {
            "start": 818234560,
            "stop": 818234561
        },
        {
            "start": 818234572,
            "stop": 818234573
        },
        {
            "start": 818234590,
            "stop": 818234596
        },
        {
            "start": 818234605,
            "stop": 818234608
        },
        {
            "start": 818234629,
            "stop": 818234639
        },
        {
            "start": 818234661,
            "stop": 818234667
        },
        {
            "start": 818234680,
            "stop": 818234681
        },
        {
            "start": 818234685,
            "stop": 818234687
        },
        {
            "start": 818234694,
            "stop": 818234695
        },
        {
            "start": 818234703,
            "stop": 818234705
        },
        {
            "start": 818234715,
            "stop": 818234716
        },
        {
            "start": 818234728,
            "stop": 818234729
        },
        {
            "start": 818234737,
            "stop": 818234738
        },
        {
            "start": 818234747,
            "stop": 818234752
        },
        {
            "start": 818234758,
            "stop": 818234761
        }
    ]
}