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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=314",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 315,
    "results": [
        {
            "start": 822936979,
            "stop": 822936997
        },
        {
            "start": 822936998,
            "stop": 822937112
        },
        {
            "start": 822937115,
            "stop": 822937338
        },
        {
            "start": 822937341,
            "stop": 822938192
        },
        {
            "start": 822938195,
            "stop": 822939483
        },
        {
            "start": 822939486,
            "stop": 822939566
        },
        {
            "start": 822939569,
            "stop": 822940020
        },
        {
            "start": 822940140,
            "stop": 822940260
        },
        {
            "start": 822940320,
            "stop": 822940874
        },
        {
            "start": 822940878,
            "stop": 822940948
        },
        {
            "start": 822940952,
            "stop": 822941887
        },
        {
            "start": 822941890,
            "stop": 822942853
        },
        {
            "start": 822942926,
            "stop": 822943681
        },
        {
            "start": 822943685,
            "stop": 822943713
        },
        {
            "start": 822943716,
            "stop": 822944084
        },
        {
            "start": 822944384,
            "stop": 822944859
        },
        {
            "start": 822944862,
            "stop": 822945386
        },
        {
            "start": 822945389,
            "stop": 822946933
        },
        {
            "start": 822947407,
            "stop": 822948970
        },
        {
            "start": 822948973,
            "stop": 822949140
        }
    ]
}