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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=265",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 266,
    "results": [
        {
            "start": 818231710,
            "stop": 818231713
        },
        {
            "start": 818231717,
            "stop": 818231722
        },
        {
            "start": 818231731,
            "stop": 818231734
        },
        {
            "start": 818231737,
            "stop": 818231738
        },
        {
            "start": 818231743,
            "stop": 818231747
        },
        {
            "start": 818231750,
            "stop": 818231751
        },
        {
            "start": 818231777,
            "stop": 818231778
        },
        {
            "start": 818231793,
            "stop": 818231794
        },
        {
            "start": 818231800,
            "stop": 818231801
        },
        {
            "start": 818231809,
            "stop": 818231810
        },
        {
            "start": 818231831,
            "stop": 818231832
        },
        {
            "start": 818231845,
            "stop": 818231846
        },
        {
            "start": 818231864,
            "stop": 818231865
        },
        {
            "start": 818231869,
            "stop": 818231870
        },
        {
            "start": 818231880,
            "stop": 818231884
        },
        {
            "start": 818231889,
            "stop": 818231894
        },
        {
            "start": 818231904,
            "stop": 818231908
        },
        {
            "start": 818231913,
            "stop": 818231915
        },
        {
            "start": 818231939,
            "stop": 818231942
        },
        {
            "start": 818231945,
            "stop": 818231949
        }
    ]
}