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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=203",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 204,
    "results": [
        {
            "start": 956923735,
            "stop": 956923744
        },
        {
            "start": 956923747,
            "stop": 956923748
        },
        {
            "start": 956923751,
            "stop": 956923794
        },
        {
            "start": 956923797,
            "stop": 956923805
        },
        {
            "start": 956923809,
            "stop": 956923823
        },
        {
            "start": 956923826,
            "stop": 956923828
        },
        {
            "start": 956923852,
            "stop": 956923853
        },
        {
            "start": 956923868,
            "stop": 956923873
        },
        {
            "start": 956923877,
            "stop": 956923885
        },
        {
            "start": 956923888,
            "stop": 956923889
        },
        {
            "start": 956923893,
            "stop": 956923899
        },
        {
            "start": 956923943,
            "stop": 956923944
        },
        {
            "start": 956923961,
            "stop": 956923962
        },
        {
            "start": 956923968,
            "stop": 956923972
        },
        {
            "start": 956923975,
            "stop": 956923976
        },
        {
            "start": 956923979,
            "stop": 956923981
        },
        {
            "start": 956923984,
            "stop": 956923985
        },
        {
            "start": 956923998,
            "stop": 956924001
        },
        {
            "start": 956924014,
            "stop": 956924015
        },
        {
            "start": 956924018,
            "stop": 956924022
        }
    ]
}