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/H1_CBCLOW_CAT4/segments?format=api&page=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=118",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 119,
    "results": [
        {
            "start": 819324863,
            "stop": 819325320
        },
        {
            "start": 819326844,
            "stop": 819327315
        },
        {
            "start": 819327322,
            "stop": 819327480
        },
        {
            "start": 819327540,
            "stop": 819327660
        },
        {
            "start": 819327720,
            "stop": 819327780
        },
        {
            "start": 819327840,
            "stop": 819329580
        },
        {
            "start": 819329640,
            "stop": 819335888
        },
        {
            "start": 819336002,
            "stop": 819339431
        },
        {
            "start": 819339438,
            "stop": 819343987
        },
        {
            "start": 819343994,
            "stop": 819345420
        },
        {
            "start": 819345480,
            "stop": 819345502
        },
        {
            "start": 819345509,
            "stop": 819345770
        },
        {
            "start": 819345777,
            "stop": 819346961
        },
        {
            "start": 819347043,
            "stop": 819347593
        },
        {
            "start": 819347600,
            "stop": 819347772
        },
        {
            "start": 819347779,
            "stop": 819347936
        },
        {
            "start": 819347943,
            "stop": 819347995
        },
        {
            "start": 819354505,
            "stop": 819354916
        },
        {
            "start": 819354923,
            "stop": 819357382
        },
        {
            "start": 819357389,
            "stop": 819358273
        }
    ]
}