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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=11",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 12,
    "results": [
        {
            "start": 817160026,
            "stop": 817163369
        },
        {
            "start": 817163372,
            "stop": 817172307
        },
        {
            "start": 817172309,
            "stop": 817178287
        },
        {
            "start": 817179724,
            "stop": 817181740
        },
        {
            "start": 817181743,
            "stop": 817193769
        },
        {
            "start": 817193772,
            "stop": 817194199
        },
        {
            "start": 817194202,
            "stop": 817197853
        },
        {
            "start": 817197856,
            "stop": 817214128
        },
        {
            "start": 817214131,
            "stop": 817218352
        },
        {
            "start": 817219167,
            "stop": 817224013
        },
        {
            "start": 817228513,
            "stop": 817229068
        },
        {
            "start": 817229069,
            "stop": 817231993
        },
        {
            "start": 817236172,
            "stop": 817237693
        },
        {
            "start": 817237733,
            "stop": 817237736
        },
        {
            "start": 817238778,
            "stop": 817238863
        },
        {
            "start": 817239402,
            "stop": 817243333
        },
        {
            "start": 817244187,
            "stop": 817245973
        },
        {
            "start": 817246017,
            "stop": 817246020
        },
        {
            "start": 817247901,
            "stop": 817252428
        },
        {
            "start": 817255379,
            "stop": 817257924
        }
    ]
}