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_CAT1/segments?format=api&page=1466
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1467",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1465",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1466,
    "results": [
        {
            "start": 860281604,
            "stop": 860330801
        },
        {
            "start": 860330804,
            "stop": 860341174
        },
        {
            "start": 860341179,
            "stop": 860341204
        },
        {
            "start": 860341207,
            "stop": 860341468
        },
        {
            "start": 860342259,
            "stop": 860342700
        },
        {
            "start": 860342705,
            "stop": 860342706
        },
        {
            "start": 860342710,
            "stop": 860342725
        },
        {
            "start": 860342730,
            "stop": 860342737
        },
        {
            "start": 860342743,
            "stop": 860342778
        },
        {
            "start": 860342781,
            "stop": 860342821
        },
        {
            "start": 860342824,
            "stop": 860342832
        },
        {
            "start": 860342835,
            "stop": 860342837
        },
        {
            "start": 860342842,
            "stop": 860342848
        },
        {
            "start": 860342852,
            "stop": 860342853
        },
        {
            "start": 860342859,
            "stop": 860342969
        },
        {
            "start": 860343966,
            "stop": 860347037
        },
        {
            "start": 860347119,
            "stop": 860347160
        },
        {
            "start": 860347163,
            "stop": 860347413
        },
        {
            "start": 860347990,
            "stop": 860352393
        },
        {
            "start": 860352396,
            "stop": 860357867
        }
    ]
}