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=4855
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=4856",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4854",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4855,
    "results": [
        {
            "start": 874740229,
            "stop": 874740261
        },
        {
            "start": 874740280,
            "stop": 874740478
        },
        {
            "start": 874740507,
            "stop": 874740549
        },
        {
            "start": 874740568,
            "stop": 874740758
        },
        {
            "start": 874740777,
            "stop": 874741053
        },
        {
            "start": 874741072,
            "stop": 874741102
        },
        {
            "start": 874741128,
            "stop": 874741149
        },
        {
            "start": 874741168,
            "stop": 874741204
        },
        {
            "start": 874741223,
            "stop": 874741252
        },
        {
            "start": 874741271,
            "stop": 874741465
        },
        {
            "start": 874741485,
            "stop": 874741504
        },
        {
            "start": 874741523,
            "stop": 874741596
        },
        {
            "start": 874741615,
            "stop": 874741624
        },
        {
            "start": 874741758,
            "stop": 874741764
        },
        {
            "start": 874741784,
            "stop": 874741838
        },
        {
            "start": 874741857,
            "stop": 874741869
        },
        {
            "start": 874741888,
            "stop": 874742040
        },
        {
            "start": 874742059,
            "stop": 874742107
        },
        {
            "start": 874742132,
            "stop": 874742144
        },
        {
            "start": 874742163,
            "stop": 874742248
        }
    ]
}