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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7130",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7131,
    "results": [
        {
            "start": 874312974,
            "stop": 874313149
        },
        {
            "start": 874313150,
            "stop": 874313167
        },
        {
            "start": 874314647,
            "stop": 874314779
        },
        {
            "start": 874314780,
            "stop": 874314895
        },
        {
            "start": 874314896,
            "stop": 874314927
        },
        {
            "start": 874314928,
            "stop": 874315081
        },
        {
            "start": 874315082,
            "stop": 874315242
        },
        {
            "start": 874315243,
            "stop": 874315565
        },
        {
            "start": 874315566,
            "stop": 874316569
        },
        {
            "start": 874316570,
            "stop": 874316641
        },
        {
            "start": 874318403,
            "stop": 874318546
        },
        {
            "start": 874318548,
            "stop": 874318550
        },
        {
            "start": 874318553,
            "stop": 874318558
        },
        {
            "start": 874318559,
            "stop": 874318568
        },
        {
            "start": 874318570,
            "stop": 874318573
        },
        {
            "start": 874318574,
            "stop": 874318576
        },
        {
            "start": 874318577,
            "stop": 874318579
        },
        {
            "start": 874318580,
            "stop": 874318583
        },
        {
            "start": 874318585,
            "stop": 874318586
        },
        {
            "start": 874318588,
            "stop": 874318589
        }
    ]
}