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=343
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=344",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=342",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 343,
    "results": [
        {
            "start": 931783466,
            "stop": 931783470
        },
        {
            "start": 931783472,
            "stop": 931783482
        },
        {
            "start": 931783485,
            "stop": 931783490
        },
        {
            "start": 931783495,
            "stop": 931783558
        },
        {
            "start": 931783560,
            "stop": 931783561
        },
        {
            "start": 931783563,
            "stop": 931783577
        },
        {
            "start": 931783579,
            "stop": 931783582
        },
        {
            "start": 931783585,
            "stop": 931783608
        },
        {
            "start": 931783610,
            "stop": 931783622
        },
        {
            "start": 931783623,
            "stop": 931783639
        },
        {
            "start": 931783640,
            "stop": 931783670
        },
        {
            "start": 931783672,
            "stop": 931783694
        },
        {
            "start": 931783696,
            "stop": 931783700
        },
        {
            "start": 931783702,
            "stop": 931783703
        },
        {
            "start": 931783705,
            "stop": 931783706
        },
        {
            "start": 931783709,
            "stop": 931783711
        },
        {
            "start": 931783713,
            "stop": 931783714
        },
        {
            "start": 931783717,
            "stop": 931783724
        },
        {
            "start": 931783726,
            "stop": 931783737
        },
        {
            "start": 931783739,
            "stop": 931783818
        }
    ]
}