Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=548
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=549",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=547",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 548,
    "results": [
        {
            "start": 827224356,
            "stop": 827224888
        },
        {
            "start": 827224891,
            "stop": 827225410
        },
        {
            "start": 827225414,
            "stop": 827225473
        },
        {
            "start": 827225476,
            "stop": 827225925
        },
        {
            "start": 827225928,
            "stop": 827226149
        },
        {
            "start": 827226153,
            "stop": 827226493
        },
        {
            "start": 827226496,
            "stop": 827226984
        },
        {
            "start": 827226987,
            "stop": 827227040
        },
        {
            "start": 827227043,
            "stop": 827227070
        },
        {
            "start": 827227073,
            "stop": 827227339
        },
        {
            "start": 827227342,
            "stop": 827227467
        },
        {
            "start": 827227470,
            "stop": 827228424
        },
        {
            "start": 827228427,
            "stop": 827229012
        },
        {
            "start": 827229016,
            "stop": 827230719
        },
        {
            "start": 827230722,
            "stop": 827231127
        },
        {
            "start": 827231131,
            "stop": 827232618
        },
        {
            "start": 827232621,
            "stop": 827232965
        },
        {
            "start": 827232974,
            "stop": 827232980
        },
        {
            "start": 827232983,
            "stop": 827233086
        },
        {
            "start": 827233090,
            "stop": 827233100
        }
    ]
}