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=719
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=720",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=718",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 719,
    "results": [
        {
            "start": 856832360,
            "stop": 856834340
        },
        {
            "start": 856834924,
            "stop": 856844974
        },
        {
            "start": 856845124,
            "stop": 856845694
        },
        {
            "start": 856845878,
            "stop": 856848878
        },
        {
            "start": 856849077,
            "stop": 856855497
        },
        {
            "start": 856855661,
            "stop": 856858181
        },
        {
            "start": 856859578,
            "stop": 856861018
        },
        {
            "start": 856861159,
            "stop": 856861339
        },
        {
            "start": 856861492,
            "stop": 856861672
        },
        {
            "start": 856862014,
            "stop": 856862374
        },
        {
            "start": 856864468,
            "stop": 856864648
        },
        {
            "start": 856864809,
            "stop": 856865229
        },
        {
            "start": 856865387,
            "stop": 856865807
        },
        {
            "start": 856866058,
            "stop": 856866778
        },
        {
            "start": 856868149,
            "stop": 856876729
        },
        {
            "start": 856877608,
            "stop": 856878988
        },
        {
            "start": 856880730,
            "stop": 856887480
        },
        {
            "start": 856887630,
            "stop": 856888290
        },
        {
            "start": 856889660,
            "stop": 856891700
        },
        {
            "start": 856891855,
            "stop": 856893055
        }
    ]
}