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=723
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=724",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=722",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 723,
    "results": [
        {
            "start": 830410928,
            "stop": 830410937
        },
        {
            "start": 830410977,
            "stop": 830410991
        },
        {
            "start": 830411029,
            "stop": 830411051
        },
        {
            "start": 830411086,
            "stop": 830411101
        },
        {
            "start": 830411120,
            "stop": 830411123
        },
        {
            "start": 830411155,
            "stop": 830411247
        },
        {
            "start": 830411278,
            "stop": 830411328
        },
        {
            "start": 830411347,
            "stop": 830411358
        },
        {
            "start": 830411361,
            "stop": 830411371
        },
        {
            "start": 830411390,
            "stop": 830411582
        },
        {
            "start": 830411601,
            "stop": 830411636
        },
        {
            "start": 830411707,
            "stop": 830411715
        },
        {
            "start": 830411735,
            "stop": 830411971
        },
        {
            "start": 830411990,
            "stop": 830412080
        },
        {
            "start": 830412099,
            "stop": 830412124
        },
        {
            "start": 830412143,
            "stop": 830412223
        },
        {
            "start": 830412242,
            "stop": 830412259
        },
        {
            "start": 830412282,
            "stop": 830412318
        },
        {
            "start": 830412323,
            "stop": 830412331
        },
        {
            "start": 830412334,
            "stop": 830412420
        }
    ]
}