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=8784
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=8785",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8783",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8784,
    "results": [
        {
            "start": 873486078,
            "stop": 873487100
        },
        {
            "start": 873487220,
            "stop": 873487430
        },
        {
            "start": 873487570,
            "stop": 873488340
        },
        {
            "start": 873488400,
            "stop": 873488880
        },
        {
            "start": 873488940,
            "stop": 873489201
        },
        {
            "start": 873489237,
            "stop": 873489360
        },
        {
            "start": 873489767,
            "stop": 873489779
        },
        {
            "start": 873492430,
            "stop": 873492632
        },
        {
            "start": 873492953,
            "stop": 873493670
        },
        {
            "start": 873493810,
            "stop": 873494924
        },
        {
            "start": 873495105,
            "stop": 873495644
        },
        {
            "start": 873495683,
            "stop": 873495710
        },
        {
            "start": 873495790,
            "stop": 873496211
        },
        {
            "start": 873496331,
            "stop": 873496797
        },
        {
            "start": 873496930,
            "stop": 873497570
        },
        {
            "start": 873497650,
            "stop": 873499848
        },
        {
            "start": 873499968,
            "stop": 873500580
        },
        {
            "start": 873500640,
            "stop": 873502000
        },
        {
            "start": 873502120,
            "stop": 873502169
        },
        {
            "start": 873502270,
            "stop": 873502667
        }
    ]
}