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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=282",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 283,
    "results": [
        {
            "start": 831622862,
            "stop": 831622922
        },
        {
            "start": 831623146,
            "stop": 831626146
        },
        {
            "start": 831626290,
            "stop": 831626710
        },
        {
            "start": 831631769,
            "stop": 831633029
        },
        {
            "start": 831633246,
            "stop": 831638706
        },
        {
            "start": 831638937,
            "stop": 831644817
        },
        {
            "start": 831645110,
            "stop": 831649610
        },
        {
            "start": 831649754,
            "stop": 831649874
        },
        {
            "start": 831656902,
            "stop": 831657052
        },
        {
            "start": 831659570,
            "stop": 831659630
        },
        {
            "start": 831664923,
            "stop": 831664983
        },
        {
            "start": 831667533,
            "stop": 831668313
        },
        {
            "start": 831668492,
            "stop": 831668612
        },
        {
            "start": 831670102,
            "stop": 831670462
        },
        {
            "start": 831670625,
            "stop": 831671255
        },
        {
            "start": 831671285,
            "stop": 831671915
        },
        {
            "start": 831672280,
            "stop": 831672760
        },
        {
            "start": 831673498,
            "stop": 831673798
        },
        {
            "start": 831674513,
            "stop": 831674633
        },
        {
            "start": 831674842,
            "stop": 831675262
        }
    ]
}