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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=277",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 278,
    "results": [
        {
            "start": 966489489,
            "stop": 966489491
        },
        {
            "start": 966489494,
            "stop": 966489503
        },
        {
            "start": 966489505,
            "stop": 966489541
        },
        {
            "start": 966489544,
            "stop": 966489551
        },
        {
            "start": 966489558,
            "stop": 966489559
        },
        {
            "start": 966489567,
            "stop": 966489609
        },
        {
            "start": 966489620,
            "stop": 966489628
        },
        {
            "start": 966489631,
            "stop": 966489632
        },
        {
            "start": 966489640,
            "stop": 966489641
        },
        {
            "start": 966489644,
            "stop": 966489662
        },
        {
            "start": 966489671,
            "stop": 966489758
        },
        {
            "start": 966489763,
            "stop": 966489772
        },
        {
            "start": 966489775,
            "stop": 966489777
        },
        {
            "start": 966489779,
            "stop": 966489849
        },
        {
            "start": 966489852,
            "stop": 966489934
        },
        {
            "start": 966489937,
            "stop": 966490063
        },
        {
            "start": 966490067,
            "stop": 966490073
        },
        {
            "start": 966490077,
            "stop": 966490095
        },
        {
            "start": 966490099,
            "stop": 966490465
        },
        {
            "start": 966490469,
            "stop": 966490551
        }
    ]
}