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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=21",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 22,
    "results": [
        {
            "start": 817861772,
            "stop": 817870639
        },
        {
            "start": 817873174,
            "stop": 817911867
        },
        {
            "start": 817911869,
            "stop": 817915170
        },
        {
            "start": 817938432,
            "stop": 817940319
        },
        {
            "start": 817941908,
            "stop": 817943229
        },
        {
            "start": 817943607,
            "stop": 817943780
        },
        {
            "start": 817943785,
            "stop": 817943800
        },
        {
            "start": 817943808,
            "stop": 817943812
        },
        {
            "start": 817943818,
            "stop": 817943837
        },
        {
            "start": 817944849,
            "stop": 817953005
        },
        {
            "start": 817959916,
            "stop": 817978571
        },
        {
            "start": 817978573,
            "stop": 818003647
        },
        {
            "start": 818003706,
            "stop": 818006474
        },
        {
            "start": 818006754,
            "stop": 818007002
        },
        {
            "start": 818007008,
            "stop": 818012037
        },
        {
            "start": 818012043,
            "stop": 818012044
        },
        {
            "start": 818030252,
            "stop": 818034090
        },
        {
            "start": 818035322,
            "stop": 818037017
        },
        {
            "start": 818037193,
            "stop": 818040410
        },
        {
            "start": 818040415,
            "stop": 818059295
        }
    ]
}