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/H1_STOCH_CAT2_H1L1/segments?format=api&page=828
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=829",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=827",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 828,
    "results": [
        {
            "start": 860453707,
            "stop": 860453827
        },
        {
            "start": 860454694,
            "stop": 860463814
        },
        {
            "start": 860463980,
            "stop": 860467820
        },
        {
            "start": 860468081,
            "stop": 860473121
        },
        {
            "start": 860475406,
            "stop": 860478286
        },
        {
            "start": 860482658,
            "stop": 860485838
        },
        {
            "start": 860487459,
            "stop": 860489199
        },
        {
            "start": 860492450,
            "stop": 860497010
        },
        {
            "start": 860498074,
            "stop": 860498914
        },
        {
            "start": 860499610,
            "stop": 860500150
        },
        {
            "start": 860500296,
            "stop": 860500476
        },
        {
            "start": 860500631,
            "stop": 860501231
        },
        {
            "start": 860501393,
            "stop": 860501633
        },
        {
            "start": 860501834,
            "stop": 860502434
        },
        {
            "start": 860502569,
            "stop": 860504549
        },
        {
            "start": 860504781,
            "stop": 860504901
        },
        {
            "start": 860505046,
            "stop": 860505106
        },
        {
            "start": 860505252,
            "stop": 860505312
        },
        {
            "start": 860505591,
            "stop": 860505771
        },
        {
            "start": 860506199,
            "stop": 860506319
        }
    ]
}