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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=75",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 76,
    "results": [
        {
            "start": 816423525,
            "stop": 816430820
        },
        {
            "start": 816430981,
            "stop": 816431020
        },
        {
            "start": 816431123,
            "stop": 816435883
        },
        {
            "start": 816435895,
            "stop": 816437412
        },
        {
            "start": 816437416,
            "stop": 816438398
        },
        {
            "start": 816438411,
            "stop": 816439273
        },
        {
            "start": 816441310,
            "stop": 816445771
        },
        {
            "start": 816445989,
            "stop": 816448546
        },
        {
            "start": 816448547,
            "stop": 816448821
        },
        {
            "start": 816449099,
            "stop": 816449591
        },
        {
            "start": 816449941,
            "stop": 816457637
        },
        {
            "start": 816458042,
            "stop": 816463640
        },
        {
            "start": 816463653,
            "stop": 816468903
        },
        {
            "start": 816468915,
            "stop": 816469865
        },
        {
            "start": 816470025,
            "stop": 816470953
        },
        {
            "start": 816470966,
            "stop": 816471726
        },
        {
            "start": 816474137,
            "stop": 816474878
        },
        {
            "start": 816474891,
            "stop": 816476027
        },
        {
            "start": 816476039,
            "stop": 816481463
        },
        {
            "start": 816481649,
            "stop": 816484833
        }
    ]
}