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=338
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=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=337",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 338,
    "results": [
        {
            "start": 834228946,
            "stop": 834229906
        },
        {
            "start": 834230142,
            "stop": 834230262
        },
        {
            "start": 834230567,
            "stop": 834230867
        },
        {
            "start": 834233577,
            "stop": 834234597
        },
        {
            "start": 834234747,
            "stop": 834235107
        },
        {
            "start": 834235271,
            "stop": 834235331
        },
        {
            "start": 834235894,
            "stop": 834235954
        },
        {
            "start": 834236292,
            "stop": 834236352
        },
        {
            "start": 834279253,
            "stop": 834279613
        },
        {
            "start": 834279758,
            "stop": 834279818
        },
        {
            "start": 834280155,
            "stop": 834280275
        },
        {
            "start": 834281128,
            "stop": 834281548
        },
        {
            "start": 834281748,
            "stop": 834281928
        },
        {
            "start": 834282932,
            "stop": 834283052
        },
        {
            "start": 834283206,
            "stop": 834285006
        },
        {
            "start": 834285165,
            "stop": 834285225
        },
        {
            "start": 834285676,
            "stop": 834285736
        },
        {
            "start": 834285877,
            "stop": 834286417
        },
        {
            "start": 834286698,
            "stop": 834288258
        },
        {
            "start": 834288517,
            "stop": 834291937
        }
    ]
}