Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=798
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=799",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=797",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 798,
    "results": [
        {
            "start": 866471080,
            "stop": 866477775
        },
        {
            "start": 866512515,
            "stop": 866524476
        },
        {
            "start": 866526322,
            "stop": 866558014
        },
        {
            "start": 866558016,
            "stop": 866558191
        },
        {
            "start": 866558194,
            "stop": 866558260
        },
        {
            "start": 866558262,
            "stop": 866558468
        },
        {
            "start": 866558470,
            "stop": 866559819
        },
        {
            "start": 866560843,
            "stop": 866567559
        },
        {
            "start": 866573467,
            "stop": 866575715
        },
        {
            "start": 866583109,
            "stop": 866583657
        },
        {
            "start": 866587385,
            "stop": 866592977
        },
        {
            "start": 866592979,
            "stop": 866593590
        },
        {
            "start": 866593650,
            "stop": 866593666
        },
        {
            "start": 866594760,
            "stop": 866600576
        },
        {
            "start": 866601120,
            "stop": 866601270
        },
        {
            "start": 866603789,
            "stop": 866603910
        },
        {
            "start": 866604772,
            "stop": 866604990
        },
        {
            "start": 866607827,
            "stop": 866651430
        },
        {
            "start": 866661142,
            "stop": 866672670
        },
        {
            "start": 866675607,
            "stop": 866690175
        }
    ]
}