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=339
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=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=338",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 339,
    "results": [
        {
            "start": 834452184,
            "stop": 834458034
        },
        {
            "start": 834458064,
            "stop": 834460704
        },
        {
            "start": 834460870,
            "stop": 834463030
        },
        {
            "start": 834463770,
            "stop": 834463830
        },
        {
            "start": 834463985,
            "stop": 834464165
        },
        {
            "start": 834464315,
            "stop": 834464735
        },
        {
            "start": 834464883,
            "stop": 834465423
        },
        {
            "start": 834465566,
            "stop": 834465986
        },
        {
            "start": 834467395,
            "stop": 834467455
        },
        {
            "start": 834468528,
            "stop": 834468588
        },
        {
            "start": 834468761,
            "stop": 834469181
        },
        {
            "start": 834469354,
            "stop": 834475834
        },
        {
            "start": 834476015,
            "stop": 834477695
        },
        {
            "start": 834479598,
            "stop": 834480198
        },
        {
            "start": 834481674,
            "stop": 834482964
        },
        {
            "start": 834483114,
            "stop": 834483534
        },
        {
            "start": 834483722,
            "stop": 834483902
        },
        {
            "start": 834484070,
            "stop": 834484190
        },
        {
            "start": 834484426,
            "stop": 834484666
        },
        {
            "start": 834484816,
            "stop": 834490726
        }
    ]
}