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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4869",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4867",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4868,
    "results": [
        {
            "start": 874764656,
            "stop": 874764682
        },
        {
            "start": 874764742,
            "stop": 874764760
        },
        {
            "start": 874764785,
            "stop": 874764803
        },
        {
            "start": 874764822,
            "stop": 874764824
        },
        {
            "start": 874764856,
            "stop": 874764876
        },
        {
            "start": 874764900,
            "stop": 874764935
        },
        {
            "start": 874764954,
            "stop": 874764958
        },
        {
            "start": 874764983,
            "stop": 874765027
        },
        {
            "start": 874765067,
            "stop": 874765078
        },
        {
            "start": 874765097,
            "stop": 874765155
        },
        {
            "start": 874765179,
            "stop": 874765183
        },
        {
            "start": 874765203,
            "stop": 874765248
        },
        {
            "start": 874765267,
            "stop": 874765312
        },
        {
            "start": 874765347,
            "stop": 874765348
        },
        {
            "start": 874765382,
            "stop": 874765393
        },
        {
            "start": 874765412,
            "stop": 874765537
        },
        {
            "start": 874765557,
            "stop": 874765613
        },
        {
            "start": 874765633,
            "stop": 874765705
        },
        {
            "start": 874765724,
            "stop": 874765819
        },
        {
            "start": 874765838,
            "stop": 874765892
        }
    ]
}