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=748
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=749",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=747",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 748,
    "results": [
        {
            "start": 858658877,
            "stop": 858666677
        },
        {
            "start": 858666881,
            "stop": 858669161
        },
        {
            "start": 858670985,
            "stop": 858681605
        },
        {
            "start": 858681762,
            "stop": 858681822
        },
        {
            "start": 858681977,
            "stop": 858682757
        },
        {
            "start": 858682900,
            "stop": 858683200
        },
        {
            "start": 858683414,
            "stop": 858684644
        },
        {
            "start": 858684674,
            "stop": 858686444
        },
        {
            "start": 858686720,
            "stop": 858687380
        },
        {
            "start": 858687593,
            "stop": 858689513
        },
        {
            "start": 858689690,
            "stop": 858689930
        },
        {
            "start": 858690112,
            "stop": 858691492
        },
        {
            "start": 858692065,
            "stop": 858693265
        },
        {
            "start": 858695026,
            "stop": 858695086
        },
        {
            "start": 858695295,
            "stop": 858695655
        },
        {
            "start": 858696081,
            "stop": 858696681
        },
        {
            "start": 858706408,
            "stop": 858706948
        },
        {
            "start": 858707038,
            "stop": 858707098
        },
        {
            "start": 858707128,
            "stop": 858707608
        },
        {
            "start": 858707750,
            "stop": 858708560
        }
    ]
}