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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=212",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 213,
    "results": [
        {
            "start": 934108620,
            "stop": 934111266
        },
        {
            "start": 934111269,
            "stop": 934111363
        },
        {
            "start": 934111366,
            "stop": 934111396
        },
        {
            "start": 934111399,
            "stop": 934111623
        },
        {
            "start": 934111625,
            "stop": 934111949
        },
        {
            "start": 934111951,
            "stop": 934112015
        },
        {
            "start": 934112017,
            "stop": 934112212
        },
        {
            "start": 934112214,
            "stop": 934114544
        },
        {
            "start": 934114546,
            "stop": 934114867
        },
        {
            "start": 934114869,
            "stop": 934114964
        },
        {
            "start": 934114966,
            "stop": 934114995
        },
        {
            "start": 934114998,
            "stop": 934115223
        },
        {
            "start": 934115225,
            "stop": 934115549
        },
        {
            "start": 934115551,
            "stop": 934115614
        },
        {
            "start": 934115617,
            "stop": 934115812
        },
        {
            "start": 934115816,
            "stop": 934118435
        },
        {
            "start": 934118437,
            "stop": 934118825
        },
        {
            "start": 934118827,
            "stop": 934118922
        },
        {
            "start": 934118924,
            "stop": 934119217
        },
        {
            "start": 934119219,
            "stop": 934119413
        }
    ]
}