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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=313",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 314,
    "results": [
        {
            "start": 822922669,
            "stop": 822924376
        },
        {
            "start": 822924379,
            "stop": 822924720
        },
        {
            "start": 822924780,
            "stop": 822925304
        },
        {
            "start": 822925307,
            "stop": 822925545
        },
        {
            "start": 822925548,
            "stop": 822925740
        },
        {
            "start": 822925743,
            "stop": 822925780
        },
        {
            "start": 822925783,
            "stop": 822926238
        },
        {
            "start": 822926241,
            "stop": 822927240
        },
        {
            "start": 822927360,
            "stop": 822928149
        },
        {
            "start": 822928321,
            "stop": 822928954
        },
        {
            "start": 822928957,
            "stop": 822930734
        },
        {
            "start": 822930737,
            "stop": 822930754
        },
        {
            "start": 822930757,
            "stop": 822931138
        },
        {
            "start": 822931142,
            "stop": 822931303
        },
        {
            "start": 822931306,
            "stop": 822931342
        },
        {
            "start": 822931528,
            "stop": 822932418
        },
        {
            "start": 822932524,
            "stop": 822932681
        },
        {
            "start": 822932684,
            "stop": 822934541
        },
        {
            "start": 822934544,
            "stop": 822935100
        },
        {
            "start": 822935160,
            "stop": 822936354
        }
    ]
}