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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=874",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=872",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 873,
    "results": [
        {
            "start": 862819494,
            "stop": 862821354
        },
        {
            "start": 862822765,
            "stop": 862825765
        },
        {
            "start": 862827741,
            "stop": 862829931
        },
        {
            "start": 862830081,
            "stop": 862830261
        },
        {
            "start": 862830291,
            "stop": 862831521
        },
        {
            "start": 862833217,
            "stop": 862833937
        },
        {
            "start": 862834234,
            "stop": 862838794
        },
        {
            "start": 862840769,
            "stop": 862841249
        },
        {
            "start": 862841441,
            "stop": 862841741
        },
        {
            "start": 862842948,
            "stop": 862843008
        },
        {
            "start": 862844297,
            "stop": 862844657
        },
        {
            "start": 862845734,
            "stop": 862846214
        },
        {
            "start": 862846369,
            "stop": 862846729
        },
        {
            "start": 862846869,
            "stop": 862848249
        },
        {
            "start": 862848393,
            "stop": 862848453
        },
        {
            "start": 862848598,
            "stop": 862848958
        },
        {
            "start": 862849099,
            "stop": 862849399
        },
        {
            "start": 862849549,
            "stop": 862849699
        },
        {
            "start": 862849855,
            "stop": 862851115
        },
        {
            "start": 862853839,
            "stop": 862855369
        }
    ]
}