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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3836",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3834",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3835,
    "results": [
        {
            "start": 874966140,
            "stop": 874967520
        },
        {
            "start": 874967580,
            "stop": 874968120
        },
        {
            "start": 874968240,
            "stop": 874968660
        },
        {
            "start": 874968720,
            "stop": 874969860
        },
        {
            "start": 874969920,
            "stop": 874971540
        },
        {
            "start": 874971600,
            "stop": 874972589
        },
        {
            "start": 874972606,
            "stop": 874972680
        },
        {
            "start": 874972800,
            "stop": 874972924
        },
        {
            "start": 874972941,
            "stop": 874973340
        },
        {
            "start": 874973400,
            "stop": 874975260
        },
        {
            "start": 874975320,
            "stop": 874975389
        },
        {
            "start": 874975406,
            "stop": 874975573
        },
        {
            "start": 874975590,
            "stop": 874975717
        },
        {
            "start": 874975734,
            "stop": 874976086
        },
        {
            "start": 874976103,
            "stop": 874977270
        },
        {
            "start": 874977330,
            "stop": 874977360
        },
        {
            "start": 874977365,
            "stop": 874977391
        },
        {
            "start": 874977395,
            "stop": 874977401
        },
        {
            "start": 874977405,
            "stop": 874977720
        },
        {
            "start": 874977780,
            "stop": 874977824
        }
    ]
}