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=1404
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=1405",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1403",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1404,
    "results": [
        {
            "start": 846525343,
            "stop": 846525348
        },
        {
            "start": 846525354,
            "stop": 846525356
        },
        {
            "start": 846525361,
            "stop": 846525368
        },
        {
            "start": 846525374,
            "stop": 846529175
        },
        {
            "start": 846529179,
            "stop": 846539957
        },
        {
            "start": 846539960,
            "stop": 846539978
        },
        {
            "start": 846539981,
            "stop": 846539988
        },
        {
            "start": 846542348,
            "stop": 846545686
        },
        {
            "start": 846545844,
            "stop": 846600921
        },
        {
            "start": 846600924,
            "stop": 846600933
        },
        {
            "start": 846600936,
            "stop": 846600937
        },
        {
            "start": 846600940,
            "stop": 846601736
        },
        {
            "start": 846601752,
            "stop": 846601753
        },
        {
            "start": 846601764,
            "stop": 846601809
        },
        {
            "start": 846601813,
            "stop": 846601868
        },
        {
            "start": 846601873,
            "stop": 846602219
        },
        {
            "start": 846602229,
            "stop": 846602233
        },
        {
            "start": 846602242,
            "stop": 846602766
        },
        {
            "start": 846602769,
            "stop": 846605317
        },
        {
            "start": 846605320,
            "stop": 846605324
        }
    ]
}