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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=79",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 80,
    "results": [
        {
            "start": 817568988,
            "stop": 817569177
        },
        {
            "start": 817569240,
            "stop": 817569254
        },
        {
            "start": 817569257,
            "stop": 817569276
        },
        {
            "start": 817569280,
            "stop": 817569315
        },
        {
            "start": 817569319,
            "stop": 817569383
        },
        {
            "start": 817569387,
            "stop": 817569432
        },
        {
            "start": 817570188,
            "stop": 817570440
        },
        {
            "start": 817570500,
            "stop": 817570505
        },
        {
            "start": 817570508,
            "stop": 817570591
        },
        {
            "start": 817573361,
            "stop": 817573440
        },
        {
            "start": 817573500,
            "stop": 817573740
        },
        {
            "start": 817573800,
            "stop": 817573860
        },
        {
            "start": 817573920,
            "stop": 817573950
        },
        {
            "start": 817573953,
            "stop": 817574040
        },
        {
            "start": 817574160,
            "stop": 817574220
        },
        {
            "start": 817574280,
            "stop": 817574460
        },
        {
            "start": 817574700,
            "stop": 817574820
        },
        {
            "start": 817575119,
            "stop": 817575136
        },
        {
            "start": 817575360,
            "stop": 817575480
        },
        {
            "start": 817575540,
            "stop": 817575600
        }
    ]
}