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=16791
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=16792",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16790",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16791,
    "results": [
        {
            "start": 875118638,
            "stop": 875118702
        },
        {
            "start": 875118703,
            "stop": 875118715
        },
        {
            "start": 875118716,
            "stop": 875118739
        },
        {
            "start": 875118740,
            "stop": 875118754
        },
        {
            "start": 875118755,
            "stop": 875118765
        },
        {
            "start": 875118766,
            "stop": 875118785
        },
        {
            "start": 875118788,
            "stop": 875118798
        },
        {
            "start": 875118802,
            "stop": 875118869
        },
        {
            "start": 875118873,
            "stop": 875118878
        },
        {
            "start": 875118881,
            "stop": 875118882
        },
        {
            "start": 875118888,
            "stop": 875118897
        },
        {
            "start": 875118901,
            "stop": 875118903
        },
        {
            "start": 875118908,
            "stop": 875118927
        },
        {
            "start": 875118928,
            "stop": 875118956
        },
        {
            "start": 875118957,
            "stop": 875118984
        },
        {
            "start": 875118985,
            "stop": 875119020
        },
        {
            "start": 875119080,
            "stop": 875119168
        },
        {
            "start": 875119169,
            "stop": 875119173
        },
        {
            "start": 875119174,
            "stop": 875119207
        },
        {
            "start": 875119210,
            "stop": 875119211
        }
    ]
}