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=805
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=806",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=804",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 805,
    "results": [
        {
            "start": 861648295,
            "stop": 861649555
        },
        {
            "start": 861649759,
            "stop": 861649999
        },
        {
            "start": 861651306,
            "stop": 861652806
        },
        {
            "start": 861655276,
            "stop": 861655756
        },
        {
            "start": 861656142,
            "stop": 861659682
        },
        {
            "start": 861659968,
            "stop": 861662398
        },
        {
            "start": 861662548,
            "stop": 861669688
        },
        {
            "start": 861670235,
            "stop": 861671555
        },
        {
            "start": 861671690,
            "stop": 861672770
        },
        {
            "start": 861672920,
            "stop": 861676850
        },
        {
            "start": 861677042,
            "stop": 861679322
        },
        {
            "start": 861679461,
            "stop": 861683001
        },
        {
            "start": 861683162,
            "stop": 861684722
        },
        {
            "start": 861684872,
            "stop": 861687902
        },
        {
            "start": 861688138,
            "stop": 861691138
        },
        {
            "start": 861694616,
            "stop": 861694796
        },
        {
            "start": 861695006,
            "stop": 861701246
        },
        {
            "start": 861701494,
            "stop": 861701674
        },
        {
            "start": 861701985,
            "stop": 861702525
        },
        {
            "start": 861702685,
            "stop": 861705145
        }
    ]
}