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=398
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=399",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=397",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 398,
    "results": [
        {
            "start": 821486503,
            "stop": 821486550
        },
        {
            "start": 821487036,
            "stop": 821487048
        },
        {
            "start": 821487067,
            "stop": 821487091
        },
        {
            "start": 821487094,
            "stop": 821487178
        },
        {
            "start": 821487181,
            "stop": 821487222
        },
        {
            "start": 821487241,
            "stop": 821487337
        },
        {
            "start": 821487340,
            "stop": 821487400
        },
        {
            "start": 821487419,
            "stop": 821487524
        },
        {
            "start": 821487527,
            "stop": 821487622
        },
        {
            "start": 821487626,
            "stop": 821487743
        },
        {
            "start": 821487762,
            "stop": 821487901
        },
        {
            "start": 821487904,
            "stop": 821487905
        },
        {
            "start": 821487909,
            "stop": 821488344
        },
        {
            "start": 821488365,
            "stop": 821488740
        },
        {
            "start": 821488743,
            "stop": 821488997
        },
        {
            "start": 821489016,
            "stop": 821489280
        },
        {
            "start": 821489299,
            "stop": 821489374
        },
        {
            "start": 821489378,
            "stop": 821489380
        },
        {
            "start": 821489403,
            "stop": 821489424
        },
        {
            "start": 821489443,
            "stop": 821489640
        }
    ]
}