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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=333",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 334,
    "results": [
        {
            "start": 931778604,
            "stop": 931778614
        },
        {
            "start": 931778615,
            "stop": 931778619
        },
        {
            "start": 931778621,
            "stop": 931778636
        },
        {
            "start": 931778637,
            "stop": 931778644
        },
        {
            "start": 931778645,
            "stop": 931778646
        },
        {
            "start": 931778649,
            "stop": 931778657
        },
        {
            "start": 931778660,
            "stop": 931778699
        },
        {
            "start": 931778701,
            "stop": 931778732
        },
        {
            "start": 931778733,
            "stop": 931778761
        },
        {
            "start": 931778764,
            "stop": 931779001
        },
        {
            "start": 931779003,
            "stop": 931779511
        },
        {
            "start": 931779514,
            "stop": 931779556
        },
        {
            "start": 931779559,
            "stop": 931780024
        },
        {
            "start": 931780026,
            "stop": 931780027
        },
        {
            "start": 931780029,
            "stop": 931780160
        },
        {
            "start": 931780162,
            "stop": 931780193
        },
        {
            "start": 931780195,
            "stop": 931780220
        },
        {
            "start": 931780222,
            "stop": 931780235
        },
        {
            "start": 931780236,
            "stop": 931780247
        },
        {
            "start": 931780249,
            "stop": 931780300
        }
    ]
}