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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=72",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 73,
    "results": [
        {
            "start": 819554596,
            "stop": 819554656
        },
        {
            "start": 819554934,
            "stop": 819555054
        },
        {
            "start": 819587027,
            "stop": 819587087
        },
        {
            "start": 819587228,
            "stop": 819587288
        },
        {
            "start": 819587562,
            "stop": 819587922
        },
        {
            "start": 819588085,
            "stop": 819588385
        },
        {
            "start": 819588544,
            "stop": 819588664
        },
        {
            "start": 819588830,
            "stop": 819589970
        },
        {
            "start": 819590387,
            "stop": 819590507
        },
        {
            "start": 819590660,
            "stop": 819591500
        },
        {
            "start": 819591688,
            "stop": 819592108
        },
        {
            "start": 819593820,
            "stop": 819593880
        },
        {
            "start": 819594171,
            "stop": 819594321
        },
        {
            "start": 819594567,
            "stop": 819594747
        },
        {
            "start": 819594920,
            "stop": 819594980
        },
        {
            "start": 819595143,
            "stop": 819596163
        },
        {
            "start": 819596386,
            "stop": 819596686
        },
        {
            "start": 819596839,
            "stop": 819597079
        },
        {
            "start": 819597264,
            "stop": 819597924
        },
        {
            "start": 819598142,
            "stop": 819598262
        }
    ]
}