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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=190",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 191,
    "results": [
        {
            "start": 820184943,
            "stop": 820184952
        },
        {
            "start": 820184956,
            "stop": 820185032
        },
        {
            "start": 820185036,
            "stop": 820185086
        },
        {
            "start": 820185090,
            "stop": 820185350
        },
        {
            "start": 820185353,
            "stop": 820185424
        },
        {
            "start": 820185427,
            "stop": 820185502
        },
        {
            "start": 820185506,
            "stop": 820185508
        },
        {
            "start": 820185511,
            "stop": 820185606
        },
        {
            "start": 820185609,
            "stop": 820185673
        },
        {
            "start": 820185676,
            "stop": 820185714
        },
        {
            "start": 820185717,
            "stop": 820185758
        },
        {
            "start": 820185762,
            "stop": 820185990
        },
        {
            "start": 820185993,
            "stop": 820186134
        },
        {
            "start": 820186137,
            "stop": 820186266
        },
        {
            "start": 820186269,
            "stop": 820186358
        },
        {
            "start": 820186362,
            "stop": 820186364
        },
        {
            "start": 820186368,
            "stop": 820186438
        },
        {
            "start": 820186441,
            "stop": 820186525
        },
        {
            "start": 820186528,
            "stop": 820186567
        },
        {
            "start": 820186571,
            "stop": 820186622
        }
    ]
}