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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=765",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=763",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 764,
    "results": [
        {
            "start": 859589493,
            "stop": 859589733
        },
        {
            "start": 859589896,
            "stop": 859590016
        },
        {
            "start": 859590345,
            "stop": 859590705
        },
        {
            "start": 859590957,
            "stop": 859591257
        },
        {
            "start": 859592881,
            "stop": 859593241
        },
        {
            "start": 859593456,
            "stop": 859594056
        },
        {
            "start": 859594086,
            "stop": 859594356
        },
        {
            "start": 859603162,
            "stop": 859606342
        },
        {
            "start": 859606372,
            "stop": 859607122
        },
        {
            "start": 859608377,
            "stop": 859609517
        },
        {
            "start": 859609892,
            "stop": 859610312
        },
        {
            "start": 859610463,
            "stop": 859615623
        },
        {
            "start": 859615839,
            "stop": 859618359
        },
        {
            "start": 859618510,
            "stop": 859619350
        },
        {
            "start": 859619493,
            "stop": 859619553
        },
        {
            "start": 859620659,
            "stop": 859621049
        },
        {
            "start": 859621079,
            "stop": 859626239
        },
        {
            "start": 859626447,
            "stop": 859628367
        },
        {
            "start": 859628514,
            "stop": 859628934
        },
        {
            "start": 859629079,
            "stop": 859629169
        }
    ]
}