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=1488
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=1489",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1487",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1488,
    "results": [
        {
            "start": 865188950,
            "stop": 865189184
        },
        {
            "start": 865189187,
            "stop": 865190319
        },
        {
            "start": 865193408,
            "stop": 865193629
        },
        {
            "start": 865193632,
            "stop": 865193998
        },
        {
            "start": 865194001,
            "stop": 865194447
        },
        {
            "start": 865194450,
            "stop": 865194463
        },
        {
            "start": 865194468,
            "stop": 865198641
        },
        {
            "start": 865198839,
            "stop": 865199777
        },
        {
            "start": 865199781,
            "stop": 865199803
        },
        {
            "start": 865199806,
            "stop": 865199840
        },
        {
            "start": 865199843,
            "stop": 865200183
        },
        {
            "start": 865200186,
            "stop": 865200647
        },
        {
            "start": 865200650,
            "stop": 865200654
        },
        {
            "start": 865200657,
            "stop": 865200659
        },
        {
            "start": 865200664,
            "stop": 865200675
        },
        {
            "start": 865200678,
            "stop": 865200680
        },
        {
            "start": 865200683,
            "stop": 865200896
        },
        {
            "start": 865200899,
            "stop": 865201423
        },
        {
            "start": 865201798,
            "stop": 865202093
        },
        {
            "start": 865202096,
            "stop": 865202097
        }
    ]
}