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=746
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=747",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=745",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 746,
    "results": [
        {
            "start": 858560275,
            "stop": 858564715
        },
        {
            "start": 858564941,
            "stop": 858579761
        },
        {
            "start": 858579993,
            "stop": 858581733
        },
        {
            "start": 858581763,
            "stop": 858584013
        },
        {
            "start": 858586757,
            "stop": 858591437
        },
        {
            "start": 858591616,
            "stop": 858594376
        },
        {
            "start": 858595283,
            "stop": 858596543
        },
        {
            "start": 858596633,
            "stop": 858596693
        },
        {
            "start": 858596723,
            "stop": 858599693
        },
        {
            "start": 858599723,
            "stop": 858599783
        },
        {
            "start": 858599958,
            "stop": 858601338
        },
        {
            "start": 858601368,
            "stop": 858601488
        },
        {
            "start": 858601518,
            "stop": 858602508
        },
        {
            "start": 858602658,
            "stop": 858603078
        },
        {
            "start": 858603108,
            "stop": 858603378
        },
        {
            "start": 858603408,
            "stop": 858603738
        },
        {
            "start": 858603930,
            "stop": 858604530
        },
        {
            "start": 858604679,
            "stop": 858605099
        },
        {
            "start": 858605129,
            "stop": 858606899
        },
        {
            "start": 858606929,
            "stop": 858607019
        }
    ]
}