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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=44",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 45,
    "results": [
        {
            "start": 818475925,
            "stop": 818476285
        },
        {
            "start": 818476530,
            "stop": 818476830
        },
        {
            "start": 818477165,
            "stop": 818477465
        },
        {
            "start": 818477614,
            "stop": 818478034
        },
        {
            "start": 818478193,
            "stop": 818478313
        },
        {
            "start": 818478548,
            "stop": 818478968
        },
        {
            "start": 818479142,
            "stop": 818479382
        },
        {
            "start": 818479544,
            "stop": 818479604
        },
        {
            "start": 818495864,
            "stop": 818496164
        },
        {
            "start": 818496331,
            "stop": 818496391
        },
        {
            "start": 818496574,
            "stop": 818496814
        },
        {
            "start": 818497031,
            "stop": 818497331
        },
        {
            "start": 818498583,
            "stop": 818498703
        },
        {
            "start": 818499089,
            "stop": 818499629
        },
        {
            "start": 818499799,
            "stop": 818499859
        },
        {
            "start": 818500023,
            "stop": 818500083
        },
        {
            "start": 818500242,
            "stop": 818500302
        },
        {
            "start": 818500485,
            "stop": 818500665
        },
        {
            "start": 818500932,
            "stop": 818501112
        },
        {
            "start": 818501671,
            "stop": 818501971
        }
    ]
}