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=4748
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=4749",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4747",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4748,
    "results": [
        {
            "start": 874517591,
            "stop": 874517624
        },
        {
            "start": 874517643,
            "stop": 874517678
        },
        {
            "start": 874517697,
            "stop": 874517744
        },
        {
            "start": 874518016,
            "stop": 874518018
        },
        {
            "start": 874518050,
            "stop": 874518051
        },
        {
            "start": 874518072,
            "stop": 874518090
        },
        {
            "start": 874518109,
            "stop": 874518159
        },
        {
            "start": 874518179,
            "stop": 874518184
        },
        {
            "start": 874518206,
            "stop": 874518256
        },
        {
            "start": 874518282,
            "stop": 874518288
        },
        {
            "start": 874518420,
            "stop": 874518440
        },
        {
            "start": 874518459,
            "stop": 874518630
        },
        {
            "start": 874518660,
            "stop": 874518694
        },
        {
            "start": 874518744,
            "stop": 874518760
        },
        {
            "start": 874518782,
            "stop": 874518797
        },
        {
            "start": 874518816,
            "stop": 874518828
        },
        {
            "start": 874518924,
            "stop": 874518925
        },
        {
            "start": 874518962,
            "stop": 874518994
        },
        {
            "start": 874519030,
            "stop": 874519046
        },
        {
            "start": 874519139,
            "stop": 874519140
        }
    ]
}