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=1408
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=1409",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1407",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1408,
    "results": [
        {
            "start": 847122876,
            "stop": 847122877
        },
        {
            "start": 847123086,
            "stop": 847130053
        },
        {
            "start": 847130186,
            "stop": 847132255
        },
        {
            "start": 847132258,
            "stop": 847133876
        },
        {
            "start": 847181954,
            "stop": 847216319
        },
        {
            "start": 847216322,
            "stop": 847221400
        },
        {
            "start": 847221403,
            "stop": 847221749
        },
        {
            "start": 847221753,
            "stop": 847221758
        },
        {
            "start": 847221762,
            "stop": 847221817
        },
        {
            "start": 847221820,
            "stop": 847221836
        },
        {
            "start": 847221839,
            "stop": 847222489
        },
        {
            "start": 847222492,
            "stop": 847222859
        },
        {
            "start": 847222862,
            "stop": 847223213
        },
        {
            "start": 847223217,
            "stop": 847223833
        },
        {
            "start": 847223841,
            "stop": 847223844
        },
        {
            "start": 847223850,
            "stop": 847223854
        },
        {
            "start": 847223857,
            "stop": 847224784
        },
        {
            "start": 847224787,
            "stop": 847225933
        },
        {
            "start": 847226069,
            "stop": 847226270
        },
        {
            "start": 847226275,
            "stop": 847227891
        }
    ]
}