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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16785",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16783",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16784,
    "results": [
        {
            "start": 875115368,
            "stop": 875115390
        },
        {
            "start": 875116618,
            "stop": 875116627
        },
        {
            "start": 875116628,
            "stop": 875116639
        },
        {
            "start": 875116642,
            "stop": 875116644
        },
        {
            "start": 875116645,
            "stop": 875116647
        },
        {
            "start": 875116650,
            "stop": 875116704
        },
        {
            "start": 875116708,
            "stop": 875116709
        },
        {
            "start": 875116710,
            "stop": 875116774
        },
        {
            "start": 875116775,
            "stop": 875116778
        },
        {
            "start": 875116779,
            "stop": 875116781
        },
        {
            "start": 875116787,
            "stop": 875116790
        },
        {
            "start": 875116791,
            "stop": 875116792
        },
        {
            "start": 875116797,
            "stop": 875116800
        },
        {
            "start": 875116807,
            "stop": 875116810
        },
        {
            "start": 875116813,
            "stop": 875116824
        },
        {
            "start": 875116827,
            "stop": 875116831
        },
        {
            "start": 875116838,
            "stop": 875116842
        },
        {
            "start": 875116845,
            "stop": 875116846
        },
        {
            "start": 875116849,
            "stop": 875116855
        },
        {
            "start": 875116858,
            "stop": 875116859
        }
    ]
}