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=946
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=947",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=945",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 946,
    "results": [
        {
            "start": 867131204,
            "stop": 867136064
        },
        {
            "start": 867137051,
            "stop": 867137111
        },
        {
            "start": 867137532,
            "stop": 867140712
        },
        {
            "start": 867140860,
            "stop": 867143050
        },
        {
            "start": 867143200,
            "stop": 867149260
        },
        {
            "start": 867149478,
            "stop": 867150168
        },
        {
            "start": 867150318,
            "stop": 867150498
        },
        {
            "start": 867150659,
            "stop": 867151079
        },
        {
            "start": 867151245,
            "stop": 867152085
        },
        {
            "start": 867152235,
            "stop": 867152805
        },
        {
            "start": 867152925,
            "stop": 867154725
        },
        {
            "start": 867154915,
            "stop": 867154975
        },
        {
            "start": 867162557,
            "stop": 867162617
        },
        {
            "start": 867162908,
            "stop": 867163178
        },
        {
            "start": 867163238,
            "stop": 867164948
        },
        {
            "start": 867165194,
            "stop": 867166634
        },
        {
            "start": 867166802,
            "stop": 867167162
        },
        {
            "start": 867167307,
            "stop": 867168087
        },
        {
            "start": 867168229,
            "stop": 867169009
        },
        {
            "start": 867169240,
            "stop": 867170440
        }
    ]
}