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=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=281",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 282,
    "results": [
        {
            "start": 931785549,
            "stop": 931785551
        },
        {
            "start": 931785552,
            "stop": 931785557
        },
        {
            "start": 931785560,
            "stop": 931785562
        },
        {
            "start": 931785564,
            "stop": 931785565
        },
        {
            "start": 931785574,
            "stop": 931785576
        },
        {
            "start": 931785577,
            "stop": 931785579
        },
        {
            "start": 931785580,
            "stop": 931785585
        },
        {
            "start": 931785587,
            "stop": 931785596
        },
        {
            "start": 931785598,
            "stop": 931785612
        },
        {
            "start": 931785614,
            "stop": 931785617
        },
        {
            "start": 931785618,
            "stop": 931785675
        },
        {
            "start": 931785677,
            "stop": 931785684
        },
        {
            "start": 931785685,
            "stop": 931785692
        },
        {
            "start": 931785694,
            "stop": 931785698
        },
        {
            "start": 931785700,
            "stop": 931785714
        },
        {
            "start": 931788495,
            "stop": 931788496
        },
        {
            "start": 931788497,
            "stop": 931788499
        },
        {
            "start": 931788507,
            "stop": 931788508
        },
        {
            "start": 931788511,
            "stop": 931788515
        },
        {
            "start": 931788517,
            "stop": 931788518
        }
    ]
}