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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8560",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8558",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8559,
    "results": [
        {
            "start": 870088620,
            "stop": 870088680
        },
        {
            "start": 870088740,
            "stop": 870088800
        },
        {
            "start": 870088860,
            "stop": 870088980
        },
        {
            "start": 870089040,
            "stop": 870092873
        },
        {
            "start": 870092890,
            "stop": 870095500
        },
        {
            "start": 870095620,
            "stop": 870095940
        },
        {
            "start": 870096000,
            "stop": 870096630
        },
        {
            "start": 870096888,
            "stop": 870097542
        },
        {
            "start": 870097613,
            "stop": 870097879
        },
        {
            "start": 870097990,
            "stop": 870099361
        },
        {
            "start": 870099481,
            "stop": 870100576
        },
        {
            "start": 870100696,
            "stop": 870100999
        },
        {
            "start": 870101119,
            "stop": 870101160
        },
        {
            "start": 870101280,
            "stop": 870101460
        },
        {
            "start": 870101520,
            "stop": 870101645
        },
        {
            "start": 870101901,
            "stop": 870101979
        },
        {
            "start": 870102144,
            "stop": 870102710
        },
        {
            "start": 870102790,
            "stop": 870102910
        },
        {
            "start": 870103048,
            "stop": 870103232
        },
        {
            "start": 870105574,
            "stop": 870106070
        }
    ]
}