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=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=309",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 310,
    "results": [
        {
            "start": 931772507,
            "stop": 931772511
        },
        {
            "start": 931772514,
            "stop": 931772518
        },
        {
            "start": 931772521,
            "stop": 931772527
        },
        {
            "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
        }
    ]
}