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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46685",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46683",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46684,
    "results": [
        {
            "start": 875046323,
            "stop": 875046332
        },
        {
            "start": 875046336,
            "stop": 875046363
        },
        {
            "start": 875046366,
            "stop": 875046376
        },
        {
            "start": 875046378,
            "stop": 875046380
        },
        {
            "start": 875046382,
            "stop": 875046387
        },
        {
            "start": 875046389,
            "stop": 875046404
        },
        {
            "start": 875046407,
            "stop": 875046413
        },
        {
            "start": 875046415,
            "stop": 875046433
        },
        {
            "start": 875046435,
            "stop": 875046440
        },
        {
            "start": 875046442,
            "stop": 875046449
        },
        {
            "start": 875046450,
            "stop": 875046456
        },
        {
            "start": 875046457,
            "stop": 875046466
        },
        {
            "start": 875046467,
            "stop": 875046470
        },
        {
            "start": 875046471,
            "stop": 875046476
        },
        {
            "start": 875046477,
            "stop": 875046488
        },
        {
            "start": 875046489,
            "stop": 875046497
        },
        {
            "start": 875046499,
            "stop": 875046503
        },
        {
            "start": 875046505,
            "stop": 875046508
        },
        {
            "start": 875046509,
            "stop": 875046515
        },
        {
            "start": 875046516,
            "stop": 875046522
        }
    ]
}