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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=312",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 313,
    "results": [
        {
            "start": 931772530,
            "stop": 931772537
        },
        {
            "start": 931772541,
            "stop": 931772545
        },
        {
            "start": 931772548,
            "stop": 931772552
        },
        {
            "start": 931772555,
            "stop": 931772566
        },
        {
            "start": 931772569,
            "stop": 931772590
        },
        {
            "start": 931772593,
            "stop": 931772611
        },
        {
            "start": 931772614,
            "stop": 931772636
        },
        {
            "start": 931772639,
            "stop": 931772643
        },
        {
            "start": 931772646,
            "stop": 931772648
        },
        {
            "start": 931772652,
            "stop": 931772658
        },
        {
            "start": 931772661,
            "stop": 931772677
        },
        {
            "start": 931772681,
            "stop": 931772685
        },
        {
            "start": 931772688,
            "stop": 931772692
        },
        {
            "start": 931772694,
            "stop": 931772696
        },
        {
            "start": 931772699,
            "stop": 931772704
        },
        {
            "start": 931772710,
            "stop": 931772734
        },
        {
            "start": 931772737,
            "stop": 931772739
        },
        {
            "start": 931772743,
            "stop": 931772766
        },
        {
            "start": 931772770,
            "stop": 931772772
        },
        {
            "start": 931772777,
            "stop": 931772779
        }
    ]
}