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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=305",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 306,
    "results": [
        {
            "start": 1240419468,
            "stop": 1240420496
        },
        {
            "start": 1240420497,
            "stop": 1240420720
        },
        {
            "start": 1240420721,
            "stop": 1240420740
        },
        {
            "start": 1240420741,
            "stop": 1240420744
        },
        {
            "start": 1240420745,
            "stop": 1240420849
        },
        {
            "start": 1240420851,
            "stop": 1240421345
        },
        {
            "start": 1240421346,
            "stop": 1240421576
        },
        {
            "start": 1240421578,
            "stop": 1240421806
        },
        {
            "start": 1240421809,
            "stop": 1240422061
        },
        {
            "start": 1240422062,
            "stop": 1240423219
        },
        {
            "start": 1240423220,
            "stop": 1240423345
        },
        {
            "start": 1240423346,
            "stop": 1240423566
        },
        {
            "start": 1240423569,
            "stop": 1240423600
        },
        {
            "start": 1240423601,
            "stop": 1240423691
        },
        {
            "start": 1240423693,
            "stop": 1240423714
        },
        {
            "start": 1240423715,
            "stop": 1240424015
        },
        {
            "start": 1240424016,
            "stop": 1240424512
        },
        {
            "start": 1240424513,
            "stop": 1240424546
        },
        {
            "start": 1240424549,
            "stop": 1240424622
        },
        {
            "start": 1240424624,
            "stop": 1240424652
        }
    ]
}