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=16729
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=16730",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16728",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16729,
    "results": [
        {
            "start": 875014892,
            "stop": 875014934
        },
        {
            "start": 875014935,
            "stop": 875014983
        },
        {
            "start": 875014985,
            "stop": 875015040
        },
        {
            "start": 875021653,
            "stop": 875021757
        },
        {
            "start": 875021759,
            "stop": 875022049
        },
        {
            "start": 875022051,
            "stop": 875022076
        },
        {
            "start": 875022078,
            "stop": 875022095
        },
        {
            "start": 875022097,
            "stop": 875022225
        },
        {
            "start": 875022226,
            "stop": 875022275
        },
        {
            "start": 875022276,
            "stop": 875022294
        },
        {
            "start": 875022296,
            "stop": 875022330
        },
        {
            "start": 875022332,
            "stop": 875022340
        },
        {
            "start": 875022341,
            "stop": 875022350
        },
        {
            "start": 875022352,
            "stop": 875022507
        },
        {
            "start": 875022509,
            "stop": 875022532
        },
        {
            "start": 875022534,
            "stop": 875022540
        },
        {
            "start": 875022541,
            "stop": 875022610
        },
        {
            "start": 875022612,
            "stop": 875022743
        },
        {
            "start": 875022748,
            "stop": 875022782
        },
        {
            "start": 875022788,
            "stop": 875022790
        }
    ]
}