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_H1L1/segments?format=api&page=1069
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_H1L1/segments?format=api&page=1070",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1068",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1069,
    "results": [
        {
            "start": 873469533,
            "stop": 873470973
        },
        {
            "start": 873471123,
            "stop": 873471333
        },
        {
            "start": 873471836,
            "stop": 873472316
        },
        {
            "start": 873474007,
            "stop": 873477517
        },
        {
            "start": 873477637,
            "stop": 873477967
        },
        {
            "start": 873478027,
            "stop": 873478087
        },
        {
            "start": 873478237,
            "stop": 873481567
        },
        {
            "start": 873481788,
            "stop": 873481938
        },
        {
            "start": 873484144,
            "stop": 873484954
        },
        {
            "start": 873485104,
            "stop": 873486844
        },
        {
            "start": 873488026,
            "stop": 873489046
        },
        {
            "start": 873489280,
            "stop": 873489610
        },
        {
            "start": 873489970,
            "stop": 873491050
        },
        {
            "start": 873491238,
            "stop": 873493638
        },
        {
            "start": 873493822,
            "stop": 873493882
        },
        {
            "start": 873494124,
            "stop": 873496584
        },
        {
            "start": 873497898,
            "stop": 873501618
        },
        {
            "start": 873503078,
            "stop": 873506678
        },
        {
            "start": 873506831,
            "stop": 873507071
        },
        {
            "start": 873510996,
            "stop": 873512976
        }
    ]
}