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=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=327",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 328,
    "results": [
        {
            "start": 934029149,
            "stop": 934029154
        },
        {
            "start": 934029156,
            "stop": 934029170
        },
        {
            "start": 934029175,
            "stop": 934030014
        },
        {
            "start": 934033006,
            "stop": 934034439
        },
        {
            "start": 934035818,
            "stop": 934036297
        },
        {
            "start": 934036300,
            "stop": 934036305
        },
        {
            "start": 934036307,
            "stop": 934036323
        },
        {
            "start": 934036326,
            "stop": 934036351
        },
        {
            "start": 934036353,
            "stop": 934036357
        },
        {
            "start": 934036359,
            "stop": 934036364
        },
        {
            "start": 934036367,
            "stop": 934036373
        },
        {
            "start": 934036377,
            "stop": 934039896
        },
        {
            "start": 934039899,
            "stop": 934039905
        },
        {
            "start": 934039908,
            "stop": 934039948
        },
        {
            "start": 934039951,
            "stop": 934039954
        },
        {
            "start": 934039957,
            "stop": 934039962
        },
        {
            "start": 934065792,
            "stop": 934066467
        },
        {
            "start": 934079170,
            "stop": 934079223
        },
        {
            "start": 934079226,
            "stop": 934079321
        },
        {
            "start": 934079324,
            "stop": 934079550
        }
    ]
}