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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=269",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 270,
    "results": [
        {
            "start": 821049666,
            "stop": 821049672
        },
        {
            "start": 821049681,
            "stop": 821049686
        },
        {
            "start": 821049695,
            "stop": 821049696
        },
        {
            "start": 821049701,
            "stop": 821049707
        },
        {
            "start": 821049715,
            "stop": 821049774
        },
        {
            "start": 821049778,
            "stop": 821049779
        },
        {
            "start": 821049783,
            "stop": 821049798
        },
        {
            "start": 821049802,
            "stop": 821049808
        },
        {
            "start": 821050262,
            "stop": 821050275
        },
        {
            "start": 821050279,
            "stop": 821050298
        },
        {
            "start": 821050302,
            "stop": 821050308
        },
        {
            "start": 821050312,
            "stop": 821050338
        },
        {
            "start": 821050341,
            "stop": 821050385
        },
        {
            "start": 821050388,
            "stop": 821050476
        },
        {
            "start": 821050485,
            "stop": 821050497
        },
        {
            "start": 821050500,
            "stop": 821050550
        },
        {
            "start": 821050554,
            "stop": 821050565
        },
        {
            "start": 821050615,
            "stop": 821050630
        },
        {
            "start": 821050634,
            "stop": 821050640
        },
        {
            "start": 821050667,
            "stop": 821050674
        }
    ]
}