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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=231",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 232,
    "results": [
        {
            "start": 931674723,
            "stop": 931674736
        },
        {
            "start": 931674739,
            "stop": 931674740
        },
        {
            "start": 931674744,
            "stop": 931674745
        },
        {
            "start": 931674748,
            "stop": 931674752
        },
        {
            "start": 931674755,
            "stop": 931674759
        },
        {
            "start": 931674762,
            "stop": 931674774
        },
        {
            "start": 931674779,
            "stop": 931674785
        },
        {
            "start": 931674788,
            "stop": 931674790
        },
        {
            "start": 931674794,
            "stop": 931674795
        },
        {
            "start": 931674798,
            "stop": 931674800
        },
        {
            "start": 931674804,
            "stop": 931674809
        },
        {
            "start": 931674812,
            "stop": 931674813
        },
        {
            "start": 931674816,
            "stop": 931674830
        },
        {
            "start": 931674833,
            "stop": 931674836
        },
        {
            "start": 931674839,
            "stop": 931674845
        },
        {
            "start": 931674848,
            "stop": 931674850
        },
        {
            "start": 931674853,
            "stop": 931674855
        },
        {
            "start": 931674858,
            "stop": 931674873
        },
        {
            "start": 931674880,
            "stop": 931674884
        },
        {
            "start": 931674889,
            "stop": 931674891
        }
    ]
}