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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=195",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 196,
    "results": [
        {
            "start": 819909575,
            "stop": 819910142
        },
        {
            "start": 819910262,
            "stop": 819912234
        },
        {
            "start": 819912237,
            "stop": 819914613
        },
        {
            "start": 819914817,
            "stop": 819914967
        },
        {
            "start": 819914985,
            "stop": 819917174
        },
        {
            "start": 819917294,
            "stop": 819917454
        },
        {
            "start": 819917457,
            "stop": 819917480
        },
        {
            "start": 819917483,
            "stop": 819918222
        },
        {
            "start": 819918240,
            "stop": 819918396
        },
        {
            "start": 819918516,
            "stop": 819920045
        },
        {
            "start": 819920165,
            "stop": 819920282
        },
        {
            "start": 819920402,
            "stop": 819922330
        },
        {
            "start": 819922829,
            "stop": 819927051
        },
        {
            "start": 819930044,
            "stop": 819930091
        },
        {
            "start": 819930442,
            "stop": 819930467
        },
        {
            "start": 819931030,
            "stop": 819931036
        },
        {
            "start": 819931592,
            "stop": 819931626
        },
        {
            "start": 819931746,
            "stop": 819932611
        },
        {
            "start": 819932731,
            "stop": 819932923
        },
        {
            "start": 819933043,
            "stop": 819936559
        }
    ]
}