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=319
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=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=318",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 319,
    "results": [
        {
            "start": 833386037,
            "stop": 833386097
        },
        {
            "start": 833387748,
            "stop": 833387808
        },
        {
            "start": 833387979,
            "stop": 833388279
        },
        {
            "start": 833388568,
            "stop": 833388628
        },
        {
            "start": 833388792,
            "stop": 833388912
        },
        {
            "start": 833389123,
            "stop": 833389183
        },
        {
            "start": 833389431,
            "stop": 833389551
        },
        {
            "start": 833392160,
            "stop": 833392280
        },
        {
            "start": 833392871,
            "stop": 833392931
        },
        {
            "start": 833395003,
            "stop": 833395123
        },
        {
            "start": 833397510,
            "stop": 833397690
        },
        {
            "start": 833399126,
            "stop": 833399546
        },
        {
            "start": 833400170,
            "stop": 833400230
        },
        {
            "start": 833400407,
            "stop": 833400707
        },
        {
            "start": 833400971,
            "stop": 833401091
        },
        {
            "start": 833402221,
            "stop": 833402281
        },
        {
            "start": 833402748,
            "stop": 833402868
        },
        {
            "start": 833403491,
            "stop": 833403551
        },
        {
            "start": 833404351,
            "stop": 833404711
        },
        {
            "start": 833404980,
            "stop": 833405040
        }
    ]
}