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=734
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=735",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=733",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 734,
    "results": [
        {
            "start": 857747013,
            "stop": 857748483
        },
        {
            "start": 857748513,
            "stop": 857750313
        },
        {
            "start": 857750816,
            "stop": 857754296
        },
        {
            "start": 857754452,
            "stop": 857754932
        },
        {
            "start": 857779240,
            "stop": 857782060
        },
        {
            "start": 857782210,
            "stop": 857788900
        },
        {
            "start": 857789150,
            "stop": 857789750
        },
        {
            "start": 857789990,
            "stop": 857790110
        },
        {
            "start": 857798351,
            "stop": 857800871
        },
        {
            "start": 857801075,
            "stop": 857802965
        },
        {
            "start": 857802995,
            "stop": 857803115
        },
        {
            "start": 857803145,
            "stop": 857803295
        },
        {
            "start": 857804315,
            "stop": 857808515
        },
        {
            "start": 857808725,
            "stop": 857814125
        },
        {
            "start": 857814324,
            "stop": 857824074
        },
        {
            "start": 857824224,
            "stop": 857828844
        },
        {
            "start": 857831583,
            "stop": 857831703
        },
        {
            "start": 857831835,
            "stop": 857833155
        },
        {
            "start": 857877514,
            "stop": 857877754
        },
        {
            "start": 857877902,
            "stop": 857879102
        }
    ]
}