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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=44",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 45,
    "results": [
        {
            "start": 820733130,
            "stop": 820733854
        },
        {
            "start": 820734773,
            "stop": 820736370
        },
        {
            "start": 820736430,
            "stop": 820737172
        },
        {
            "start": 820737228,
            "stop": 820739108
        },
        {
            "start": 820739118,
            "stop": 820741541
        },
        {
            "start": 820742193,
            "stop": 820748994
        },
        {
            "start": 820750261,
            "stop": 820751001
        },
        {
            "start": 820751649,
            "stop": 820752450
        },
        {
            "start": 820753458,
            "stop": 820756050
        },
        {
            "start": 820760166,
            "stop": 820782781
        },
        {
            "start": 820782941,
            "stop": 820786657
        },
        {
            "start": 820786663,
            "stop": 820786670
        },
        {
            "start": 820786675,
            "stop": 820786715
        },
        {
            "start": 820786723,
            "stop": 820786727
        },
        {
            "start": 820786733,
            "stop": 820786755
        },
        {
            "start": 820786760,
            "stop": 820805050
        },
        {
            "start": 820806311,
            "stop": 820828131
        },
        {
            "start": 820829068,
            "stop": 820847425
        },
        {
            "start": 820848189,
            "stop": 820852289
        },
        {
            "start": 820852657,
            "stop": 820854525
        }
    ]
}