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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=94",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 95,
    "results": [
        {
            "start": 821410993,
            "stop": 821421721
        },
        {
            "start": 821421724,
            "stop": 821421883
        },
        {
            "start": 821421886,
            "stop": 821422292
        },
        {
            "start": 821422295,
            "stop": 821422407
        },
        {
            "start": 821422410,
            "stop": 821422523
        },
        {
            "start": 821422526,
            "stop": 821422554
        },
        {
            "start": 821422557,
            "stop": 821423312
        },
        {
            "start": 821423315,
            "stop": 821423887
        },
        {
            "start": 821423890,
            "stop": 821423960
        },
        {
            "start": 821423963,
            "stop": 821424469
        },
        {
            "start": 821424472,
            "stop": 821424582
        },
        {
            "start": 821424585,
            "stop": 821424717
        },
        {
            "start": 821424720,
            "stop": 821424898
        },
        {
            "start": 821424901,
            "stop": 821424950
        },
        {
            "start": 821424953,
            "stop": 821425718
        },
        {
            "start": 821425721,
            "stop": 821425759
        },
        {
            "start": 821425762,
            "stop": 821425848
        },
        {
            "start": 821425851,
            "stop": 821426220
        },
        {
            "start": 821426223,
            "stop": 821426281
        },
        {
            "start": 821426284,
            "stop": 821426330
        }
    ]
}