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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=16",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 17,
    "results": [
        {
            "start": 815974816,
            "stop": 815975961
        },
        {
            "start": 815975964,
            "stop": 815976225
        },
        {
            "start": 815976228,
            "stop": 815977456
        },
        {
            "start": 815977576,
            "stop": 815978005
        },
        {
            "start": 815978008,
            "stop": 815979639
        },
        {
            "start": 815979759,
            "stop": 815980128
        },
        {
            "start": 815980160,
            "stop": 815981234
        },
        {
            "start": 815981237,
            "stop": 815981683
        },
        {
            "start": 815981686,
            "stop": 815982670
        },
        {
            "start": 815982673,
            "stop": 815983533
        },
        {
            "start": 815983536,
            "stop": 815983759
        },
        {
            "start": 815983762,
            "stop": 815985103
        },
        {
            "start": 815985107,
            "stop": 815986433
        },
        {
            "start": 815986436,
            "stop": 815986466
        },
        {
            "start": 815986469,
            "stop": 815987021
        },
        {
            "start": 815987025,
            "stop": 815987894
        },
        {
            "start": 815987897,
            "stop": 815988334
        },
        {
            "start": 815989608,
            "stop": 815990023
        },
        {
            "start": 815990026,
            "stop": 815990104
        },
        {
            "start": 815990107,
            "stop": 815993557
        }
    ]
}