Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5892
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5893",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5891",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5892,
    "results": [
        {
            "start": 875052068,
            "stop": 875052809
        },
        {
            "start": 875052812,
            "stop": 875052889
        },
        {
            "start": 875052892,
            "stop": 875053155
        },
        {
            "start": 875053158,
            "stop": 875053552
        },
        {
            "start": 875053555,
            "stop": 875053791
        },
        {
            "start": 875053794,
            "stop": 875053895
        },
        {
            "start": 875053898,
            "stop": 875053990
        },
        {
            "start": 875053994,
            "stop": 875054310
        },
        {
            "start": 875054314,
            "stop": 875055024
        },
        {
            "start": 875055027,
            "stop": 875055270
        },
        {
            "start": 875055273,
            "stop": 875055941
        },
        {
            "start": 875057465,
            "stop": 875059290
        },
        {
            "start": 875059410,
            "stop": 875060700
        },
        {
            "start": 875060703,
            "stop": 875062534
        },
        {
            "start": 875062537,
            "stop": 875062595
        },
        {
            "start": 875062598,
            "stop": 875063296
        },
        {
            "start": 875063299,
            "stop": 875063618
        },
        {
            "start": 875063621,
            "stop": 875063631
        },
        {
            "start": 875063635,
            "stop": 875063648
        },
        {
            "start": 875063651,
            "stop": 875063676
        }
    ]
}