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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=331",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 332,
    "results": [
        {
            "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
        },
        {
            "start": 934119417,
            "stop": 934120322
        },
        {
            "start": 934120323,
            "stop": 934122033
        },
        {
            "start": 934122036,
            "stop": 934122067
        },
        {
            "start": 934122069,
            "stop": 934122196
        }
    ]
}