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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=12",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 13,
    "results": [
        {
            "start": 817150580,
            "stop": 817160023
        },
        {
            "start": 817160026,
            "stop": 817161135
        },
        {
            "start": 817161140,
            "stop": 817163369
        },
        {
            "start": 817163372,
            "stop": 817172307
        },
        {
            "start": 817172309,
            "stop": 817178250
        },
        {
            "start": 817178310,
            "stop": 817178317
        },
        {
            "start": 817179724,
            "stop": 817181740
        },
        {
            "start": 817181743,
            "stop": 817193769
        },
        {
            "start": 817193772,
            "stop": 817193982
        },
        {
            "start": 817193988,
            "stop": 817194102
        },
        {
            "start": 817194108,
            "stop": 817194199
        },
        {
            "start": 817194202,
            "stop": 817197853
        },
        {
            "start": 817197856,
            "stop": 817214128
        },
        {
            "start": 817214131,
            "stop": 817218352
        },
        {
            "start": 817219167,
            "stop": 817224066
        },
        {
            "start": 817224068,
            "stop": 817224069
        },
        {
            "start": 817228513,
            "stop": 817229068
        },
        {
            "start": 817229069,
            "stop": 817232026
        },
        {
            "start": 817236172,
            "stop": 817236643
        },
        {
            "start": 817236943,
            "stop": 817236980
        }
    ]
}