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=4948
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=4949",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4947",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4948,
    "results": [
        {
            "start": 874366156,
            "stop": 874366187
        },
        {
            "start": 874366260,
            "stop": 874366318
        },
        {
            "start": 874366360,
            "stop": 874366380
        },
        {
            "start": 874366458,
            "stop": 874366488
        },
        {
            "start": 874366516,
            "stop": 874366545
        },
        {
            "start": 874366583,
            "stop": 874366681
        },
        {
            "start": 874366701,
            "stop": 874366703
        },
        {
            "start": 874366722,
            "stop": 874366738
        },
        {
            "start": 874366820,
            "stop": 874366830
        },
        {
            "start": 874366849,
            "stop": 874366862
        },
        {
            "start": 874366909,
            "stop": 874366914
        },
        {
            "start": 874366981,
            "stop": 874367014
        },
        {
            "start": 874367075,
            "stop": 874367082
        },
        {
            "start": 874367342,
            "stop": 874367358
        },
        {
            "start": 874367406,
            "stop": 874367412
        },
        {
            "start": 874367431,
            "stop": 874367434
        },
        {
            "start": 874367459,
            "stop": 874367460
        },
        {
            "start": 874367636,
            "stop": 874367651
        },
        {
            "start": 874367690,
            "stop": 874367699
        },
        {
            "start": 874367744,
            "stop": 874367746
        }
    ]
}