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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=264",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 265,
    "results": [
        {
            "start": 931778521,
            "stop": 931778541
        },
        {
            "start": 931778543,
            "stop": 931778547
        },
        {
            "start": 931778549,
            "stop": 931778584
        },
        {
            "start": 931778586,
            "stop": 931778592
        },
        {
            "start": 931778594,
            "stop": 931778602
        },
        {
            "start": 931778604,
            "stop": 931778614
        },
        {
            "start": 931778615,
            "stop": 931778619
        },
        {
            "start": 931778621,
            "stop": 931778636
        },
        {
            "start": 931778637,
            "stop": 931778644
        },
        {
            "start": 931778645,
            "stop": 931778647
        },
        {
            "start": 931778649,
            "stop": 931778657
        },
        {
            "start": 931778660,
            "stop": 931778699
        },
        {
            "start": 931778701,
            "stop": 931778732
        },
        {
            "start": 931778733,
            "stop": 931779001
        },
        {
            "start": 931779003,
            "stop": 931780024
        },
        {
            "start": 931780026,
            "stop": 931780027
        },
        {
            "start": 931780029,
            "stop": 931780160
        },
        {
            "start": 931780162,
            "stop": 931780193
        },
        {
            "start": 931780195,
            "stop": 931780220
        },
        {
            "start": 931780222,
            "stop": 931780235
        }
    ]
}