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=335
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=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=334",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 335,
    "results": [
        {
            "start": 834281748,
            "stop": 834281928
        },
        {
            "start": 834285165,
            "stop": 834285225
        },
        {
            "start": 834285676,
            "stop": 834285736
        },
        {
            "start": 834285877,
            "stop": 834286417
        },
        {
            "start": 834286698,
            "stop": 834288258
        },
        {
            "start": 834288517,
            "stop": 834291547
        },
        {
            "start": 834291697,
            "stop": 834291937
        },
        {
            "start": 834292088,
            "stop": 834294308
        },
        {
            "start": 834311367,
            "stop": 834312087
        },
        {
            "start": 834316851,
            "stop": 834320691
        },
        {
            "start": 834320855,
            "stop": 834321335
        },
        {
            "start": 834330805,
            "stop": 834331585
        },
        {
            "start": 834331742,
            "stop": 834331982
        },
        {
            "start": 834334540,
            "stop": 834334600
        },
        {
            "start": 834334750,
            "stop": 834335770
        },
        {
            "start": 834335941,
            "stop": 834336001
        },
        {
            "start": 834336161,
            "stop": 834336341
        },
        {
            "start": 834336907,
            "stop": 834339727
        },
        {
            "start": 834339757,
            "stop": 834339967
        },
        {
            "start": 834340255,
            "stop": 834340555
        }
    ]
}