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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=282",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 283,
    "results": [
        {
            "start": 931685426,
            "stop": 931685427
        },
        {
            "start": 931685440,
            "stop": 931685441
        },
        {
            "start": 931685446,
            "stop": 931685448
        },
        {
            "start": 931685457,
            "stop": 931685458
        },
        {
            "start": 931685462,
            "stop": 931685464
        },
        {
            "start": 931685480,
            "stop": 931685482
        },
        {
            "start": 931685493,
            "stop": 931685494
        },
        {
            "start": 931685499,
            "stop": 931685501
        },
        {
            "start": 931685532,
            "stop": 931685535
        },
        {
            "start": 931685563,
            "stop": 931685566
        },
        {
            "start": 931685583,
            "stop": 931685585
        },
        {
            "start": 931685617,
            "stop": 931685618
        },
        {
            "start": 931685629,
            "stop": 931685630
        },
        {
            "start": 931685638,
            "stop": 931685639
        },
        {
            "start": 931685646,
            "stop": 931685649
        },
        {
            "start": 931685686,
            "stop": 931685687
        },
        {
            "start": 931685695,
            "stop": 931685698
        },
        {
            "start": 931685709,
            "stop": 931685710
        },
        {
            "start": 931685731,
            "stop": 931685734
        },
        {
            "start": 931685741,
            "stop": 931685744
        }
    ]
}