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_CAT2/segments?format=api&page=376
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=377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=375",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 376,
    "results": [
        {
            "start": 829442978,
            "stop": 829442986
        },
        {
            "start": 829442993,
            "stop": 829442995
        },
        {
            "start": 829443002,
            "stop": 829443003
        },
        {
            "start": 829443008,
            "stop": 829443010
        },
        {
            "start": 829443012,
            "stop": 829443016
        },
        {
            "start": 829443025,
            "stop": 829443038
        },
        {
            "start": 829443041,
            "stop": 829443049
        },
        {
            "start": 829443052,
            "stop": 829443061
        },
        {
            "start": 829443063,
            "stop": 829443068
        },
        {
            "start": 829443070,
            "stop": 829443071
        },
        {
            "start": 829443073,
            "stop": 829443077
        },
        {
            "start": 829443080,
            "stop": 829443092
        },
        {
            "start": 829443094,
            "stop": 829443095
        },
        {
            "start": 829443101,
            "stop": 829443104
        },
        {
            "start": 829443107,
            "stop": 829443111
        },
        {
            "start": 829443115,
            "stop": 829443130
        },
        {
            "start": 829443132,
            "stop": 829443151
        },
        {
            "start": 829443153,
            "stop": 829443154
        },
        {
            "start": 829443156,
            "stop": 829443157
        },
        {
            "start": 829443159,
            "stop": 829443164
        }
    ]
}