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=177
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=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=176",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 177,
    "results": [
        {
            "start": 820198912,
            "stop": 820198933
        },
        {
            "start": 820198946,
            "stop": 820199027
        },
        {
            "start": 820199035,
            "stop": 820199087
        },
        {
            "start": 820199094,
            "stop": 820199106
        },
        {
            "start": 820199113,
            "stop": 820199138
        },
        {
            "start": 820199164,
            "stop": 820199195
        },
        {
            "start": 820199202,
            "stop": 820199230
        },
        {
            "start": 820199237,
            "stop": 820199251
        },
        {
            "start": 820199259,
            "stop": 820199264
        },
        {
            "start": 820199277,
            "stop": 820199293
        },
        {
            "start": 820199301,
            "stop": 820199399
        },
        {
            "start": 820199407,
            "stop": 820199409
        },
        {
            "start": 820199416,
            "stop": 820199428
        },
        {
            "start": 820199435,
            "stop": 820199491
        },
        {
            "start": 820199498,
            "stop": 820199582
        },
        {
            "start": 820199596,
            "stop": 820199600
        },
        {
            "start": 820199607,
            "stop": 820199627
        },
        {
            "start": 820199634,
            "stop": 820199653
        },
        {
            "start": 820204001,
            "stop": 820204030
        },
        {
            "start": 820204037,
            "stop": 820204064
        }
    ]
}