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=257
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=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=256",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 257,
    "results": [
        {
            "start": 829672772,
            "stop": 829672832
        },
        {
            "start": 829677363,
            "stop": 829677543
        },
        {
            "start": 829680028,
            "stop": 829680208
        },
        {
            "start": 829680415,
            "stop": 829680775
        },
        {
            "start": 829686014,
            "stop": 829686074
        },
        {
            "start": 829686367,
            "stop": 829686487
        },
        {
            "start": 829686670,
            "stop": 829686790
        },
        {
            "start": 829689950,
            "stop": 829690010
        },
        {
            "start": 829691282,
            "stop": 829691402
        },
        {
            "start": 829692514,
            "stop": 829692574
        },
        {
            "start": 829693957,
            "stop": 829694077
        },
        {
            "start": 829695224,
            "stop": 829695404
        },
        {
            "start": 829695931,
            "stop": 829697911
        },
        {
            "start": 829698190,
            "stop": 829701100
        },
        {
            "start": 829701250,
            "stop": 829701760
        },
        {
            "start": 829701910,
            "stop": 829703530
        },
        {
            "start": 829703687,
            "stop": 829704587
        },
        {
            "start": 829704921,
            "stop": 829704981
        },
        {
            "start": 829705011,
            "stop": 829705071
        },
        {
            "start": 829705161,
            "stop": 829705881
        }
    ]
}