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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=355",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 356,
    "results": [
        {
            "start": 818252585,
            "stop": 818252586
        },
        {
            "start": 818252621,
            "stop": 818252622
        },
        {
            "start": 818252629,
            "stop": 818252632
        },
        {
            "start": 818252635,
            "stop": 818252638
        },
        {
            "start": 818252643,
            "stop": 818252644
        },
        {
            "start": 818252650,
            "stop": 818252654
        },
        {
            "start": 818252657,
            "stop": 818252661
        },
        {
            "start": 818252667,
            "stop": 818252668
        },
        {
            "start": 818252675,
            "stop": 818252688
        },
        {
            "start": 818252691,
            "stop": 818252692
        },
        {
            "start": 818252711,
            "stop": 818252716
        },
        {
            "start": 818252721,
            "stop": 818252723
        },
        {
            "start": 818252741,
            "stop": 818252749
        },
        {
            "start": 818252753,
            "stop": 818252754
        },
        {
            "start": 818252759,
            "stop": 818252761
        },
        {
            "start": 818252766,
            "stop": 818252770
        },
        {
            "start": 818252798,
            "stop": 818252799
        },
        {
            "start": 818252820,
            "stop": 818252823
        },
        {
            "start": 818252826,
            "stop": 818252828
        },
        {
            "start": 818252833,
            "stop": 818252834
        }
    ]
}