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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2479",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2477",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2478,
    "results": [
        {
            "start": 874969930,
            "stop": 874971530
        },
        {
            "start": 874971610,
            "stop": 874972670
        },
        {
            "start": 874972810,
            "stop": 874973330
        },
        {
            "start": 874973410,
            "stop": 874975250
        },
        {
            "start": 874975330,
            "stop": 874976086
        },
        {
            "start": 874976103,
            "stop": 874977270
        },
        {
            "start": 874977367,
            "stop": 874977389
        },
        {
            "start": 874977397,
            "stop": 874977399
        },
        {
            "start": 874977407,
            "stop": 874977710
        },
        {
            "start": 874977790,
            "stop": 874977960
        },
        {
            "start": 874984623,
            "stop": 874984680
        },
        {
            "start": 874984740,
            "stop": 874984772
        },
        {
            "start": 874986318,
            "stop": 874987020
        },
        {
            "start": 874987200,
            "stop": 874987380
        },
        {
            "start": 874987440,
            "stop": 874987800
        },
        {
            "start": 874987930,
            "stop": 874989279
        },
        {
            "start": 874989296,
            "stop": 874996670
        },
        {
            "start": 874996750,
            "stop": 875001086
        },
        {
            "start": 875001103,
            "stop": 875004900
        },
        {
            "start": 875004960,
            "stop": 875005370
        }
    ]
}