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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=414",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=412",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 413,
    "results": [
        {
            "start": 847794263,
            "stop": 847794279
        },
        {
            "start": 847794280,
            "stop": 847794301
        },
        {
            "start": 847794302,
            "stop": 847794304
        },
        {
            "start": 847794305,
            "stop": 847794321
        },
        {
            "start": 847794322,
            "stop": 847794347
        },
        {
            "start": 847794348,
            "stop": 847794349
        },
        {
            "start": 847794350,
            "stop": 847794351
        },
        {
            "start": 847794354,
            "stop": 847794361
        },
        {
            "start": 847794362,
            "stop": 847794364
        },
        {
            "start": 847794365,
            "stop": 847794447
        },
        {
            "start": 847794449,
            "stop": 847794471
        },
        {
            "start": 847794472,
            "stop": 847794489
        },
        {
            "start": 847794490,
            "stop": 847794491
        },
        {
            "start": 847794493,
            "stop": 847794517
        },
        {
            "start": 847794520,
            "stop": 847794534
        },
        {
            "start": 847794536,
            "stop": 847794556
        },
        {
            "start": 847794558,
            "stop": 847794559
        },
        {
            "start": 847794561,
            "stop": 847794577
        },
        {
            "start": 847794578,
            "stop": 847794613
        },
        {
            "start": 847794615,
            "stop": 847794645
        }
    ]
}