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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=9",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 10,
    "results": [
        {
            "start": 815782677,
            "stop": 815782959
        },
        {
            "start": 815782966,
            "stop": 815783210
        },
        {
            "start": 815783290,
            "stop": 815783309
        },
        {
            "start": 815795295,
            "stop": 815795430
        },
        {
            "start": 815796003,
            "stop": 815796266
        },
        {
            "start": 815796274,
            "stop": 815797490
        },
        {
            "start": 815797497,
            "stop": 815798533
        },
        {
            "start": 815804799,
            "stop": 815804880
        },
        {
            "start": 815804940,
            "stop": 815805180
        },
        {
            "start": 815805240,
            "stop": 815805420
        },
        {
            "start": 815805480,
            "stop": 815805563
        },
        {
            "start": 815813402,
            "stop": 815813653
        },
        {
            "start": 815813660,
            "stop": 815813675
        },
        {
            "start": 815813683,
            "stop": 815813767
        },
        {
            "start": 815813774,
            "stop": 815813807
        },
        {
            "start": 815813814,
            "stop": 815813817
        },
        {
            "start": 815813824,
            "stop": 815813832
        },
        {
            "start": 815813845,
            "stop": 815813882
        },
        {
            "start": 815813895,
            "stop": 815814031
        },
        {
            "start": 815814038,
            "stop": 815814249
        }
    ]
}