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=689
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=690",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=688",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 689,
    "results": [
        {
            "start": 855336831,
            "stop": 855337191
        },
        {
            "start": 855337341,
            "stop": 855338241
        },
        {
            "start": 855338545,
            "stop": 855339205
        },
        {
            "start": 855339378,
            "stop": 855342528
        },
        {
            "start": 855342678,
            "stop": 855345318
        },
        {
            "start": 855345487,
            "stop": 855349447
        },
        {
            "start": 855349604,
            "stop": 855351884
        },
        {
            "start": 855360522,
            "stop": 855362022
        },
        {
            "start": 855362219,
            "stop": 855375539
        },
        {
            "start": 855377906,
            "stop": 855379406
        },
        {
            "start": 855379682,
            "stop": 855380582
        },
        {
            "start": 855380938,
            "stop": 855381988
        },
        {
            "start": 855383392,
            "stop": 855387052
        },
        {
            "start": 855387624,
            "stop": 855392064
        },
        {
            "start": 855392269,
            "stop": 855393469
        },
        {
            "start": 855393964,
            "stop": 855396604
        },
        {
            "start": 855399004,
            "stop": 855405304
        },
        {
            "start": 855405519,
            "stop": 855410979
        },
        {
            "start": 855411509,
            "stop": 855414029
        },
        {
            "start": 855416634,
            "stop": 855416994
        }
    ]
}