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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=161",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 162,
    "results": [
        {
            "start": 824627047,
            "stop": 824628547
        },
        {
            "start": 824628685,
            "stop": 824628865
        },
        {
            "start": 824675817,
            "stop": 824675877
        },
        {
            "start": 824681455,
            "stop": 824681515
        },
        {
            "start": 824703483,
            "stop": 824703663
        },
        {
            "start": 824703813,
            "stop": 824704233
        },
        {
            "start": 824704632,
            "stop": 824704692
        },
        {
            "start": 824709767,
            "stop": 824709857
        },
        {
            "start": 824710048,
            "stop": 824710108
        },
        {
            "start": 824710280,
            "stop": 824710610
        },
        {
            "start": 824710640,
            "stop": 824710700
        },
        {
            "start": 824711043,
            "stop": 824711103
        },
        {
            "start": 824711307,
            "stop": 824711607
        },
        {
            "start": 824711750,
            "stop": 824712830
        },
        {
            "start": 824712999,
            "stop": 824714379
        },
        {
            "start": 824714532,
            "stop": 824716092
        },
        {
            "start": 824716299,
            "stop": 824716839
        },
        {
            "start": 824716993,
            "stop": 824717293
        },
        {
            "start": 824717447,
            "stop": 824717627
        },
        {
            "start": 824718251,
            "stop": 824718551
        }
    ]
}