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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=431",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=429",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 430,
    "results": [
        {
            "start": 1182817625,
            "stop": 1182817783
        },
        {
            "start": 1182817905,
            "stop": 1182817906
        },
        {
            "start": 1182817907,
            "stop": 1182817927
        },
        {
            "start": 1182817928,
            "stop": 1182818004
        },
        {
            "start": 1182818005,
            "stop": 1182818222
        },
        {
            "start": 1182818223,
            "stop": 1182818228
        },
        {
            "start": 1182818229,
            "stop": 1182818342
        },
        {
            "start": 1182818343,
            "stop": 1182818347
        },
        {
            "start": 1182818348,
            "stop": 1182818743
        },
        {
            "start": 1182818865,
            "stop": 1182818967
        },
        {
            "start": 1182818968,
            "stop": 1182819040
        },
        {
            "start": 1182819044,
            "stop": 1182819199
        },
        {
            "start": 1182819200,
            "stop": 1182819267
        },
        {
            "start": 1182819268,
            "stop": 1182819359
        },
        {
            "start": 1182819360,
            "stop": 1182819627
        },
        {
            "start": 1182819628,
            "stop": 1182819987
        },
        {
            "start": 1182819988,
            "stop": 1182820001
        },
        {
            "start": 1182820002,
            "stop": 1182820451
        },
        {
            "start": 1182820452,
            "stop": 1182820489
        },
        {
            "start": 1182820490,
            "stop": 1182820587
        }
    ]
}