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=355
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=356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=354",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 355,
    "results": [
        {
            "start": 835044896,
            "stop": 835045496
        },
        {
            "start": 835045795,
            "stop": 835047535
        },
        {
            "start": 835047717,
            "stop": 835049337
        },
        {
            "start": 835049519,
            "stop": 835054019
        },
        {
            "start": 835054185,
            "stop": 835054965
        },
        {
            "start": 835056090,
            "stop": 835061730
        },
        {
            "start": 835061880,
            "stop": 835062750
        },
        {
            "start": 835062957,
            "stop": 835077717
        },
        {
            "start": 835078322,
            "stop": 835082582
        },
        {
            "start": 835084344,
            "stop": 835085724
        },
        {
            "start": 835085932,
            "stop": 835088452
        },
        {
            "start": 835088623,
            "stop": 835096483
        },
        {
            "start": 835096782,
            "stop": 835099542
        },
        {
            "start": 835100644,
            "stop": 835100704
        },
        {
            "start": 835101796,
            "stop": 835102036
        },
        {
            "start": 835105226,
            "stop": 835105286
        },
        {
            "start": 835106644,
            "stop": 835106704
        },
        {
            "start": 835108968,
            "stop": 835109088
        },
        {
            "start": 835109256,
            "stop": 835109736
        },
        {
            "start": 835111442,
            "stop": 835112522
        }
    ]
}