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=4617
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=4618",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4616",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4617,
    "results": [
        {
            "start": 874204373,
            "stop": 874204405
        },
        {
            "start": 874204425,
            "stop": 874204499
        },
        {
            "start": 874204519,
            "stop": 874204536
        },
        {
            "start": 874204555,
            "stop": 874204663
        },
        {
            "start": 874204682,
            "stop": 874204702
        },
        {
            "start": 874204725,
            "stop": 874204735
        },
        {
            "start": 874204754,
            "stop": 874204756
        },
        {
            "start": 874204775,
            "stop": 874204776
        },
        {
            "start": 874204795,
            "stop": 874204818
        },
        {
            "start": 874204837,
            "stop": 874204892
        },
        {
            "start": 874204911,
            "stop": 874204930
        },
        {
            "start": 874204949,
            "stop": 874204986
        },
        {
            "start": 874205005,
            "stop": 874205115
        },
        {
            "start": 874205134,
            "stop": 874205236
        },
        {
            "start": 874205256,
            "stop": 874205281
        },
        {
            "start": 874205300,
            "stop": 874205357
        },
        {
            "start": 874205376,
            "stop": 874205398
        },
        {
            "start": 874205418,
            "stop": 874205539
        },
        {
            "start": 874205559,
            "stop": 874205605
        },
        {
            "start": 874205624,
            "stop": 874205700
        }
    ]
}