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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=91",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 92,
    "results": [
        {
            "start": 931466316,
            "stop": 931466332
        },
        {
            "start": 931466337,
            "stop": 931466360
        },
        {
            "start": 931466365,
            "stop": 931466504
        },
        {
            "start": 931466510,
            "stop": 931466526
        },
        {
            "start": 931466533,
            "stop": 931466575
        },
        {
            "start": 931466581,
            "stop": 931466583
        },
        {
            "start": 931466597,
            "stop": 931466696
        },
        {
            "start": 931466702,
            "stop": 931466731
        },
        {
            "start": 931466737,
            "stop": 931466743
        },
        {
            "start": 931466748,
            "stop": 931466756
        },
        {
            "start": 931466762,
            "stop": 931466889
        },
        {
            "start": 931466897,
            "stop": 931466931
        },
        {
            "start": 931466937,
            "stop": 931467132
        },
        {
            "start": 931467137,
            "stop": 931467139
        },
        {
            "start": 931467145,
            "stop": 931467154
        },
        {
            "start": 931467160,
            "stop": 931467167
        },
        {
            "start": 931467177,
            "stop": 931467204
        },
        {
            "start": 931467209,
            "stop": 931467223
        },
        {
            "start": 931467232,
            "stop": 931467234
        },
        {
            "start": 931468817,
            "stop": 931468821
        }
    ]
}