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=46842
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=46843",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46841",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46842,
    "results": [
        {
            "start": 875137417,
            "stop": 875137419
        },
        {
            "start": 875137420,
            "stop": 875137449
        },
        {
            "start": 875137450,
            "stop": 875137462
        },
        {
            "start": 875137463,
            "stop": 875137522
        },
        {
            "start": 875137523,
            "stop": 875137549
        },
        {
            "start": 875137550,
            "stop": 875137614
        },
        {
            "start": 875137616,
            "stop": 875137655
        },
        {
            "start": 875137656,
            "stop": 875137693
        },
        {
            "start": 875137694,
            "stop": 875137704
        },
        {
            "start": 875137707,
            "stop": 875137713
        },
        {
            "start": 875137714,
            "stop": 875137738
        },
        {
            "start": 875137741,
            "stop": 875137743
        },
        {
            "start": 875137749,
            "stop": 875137778
        },
        {
            "start": 875137782,
            "stop": 875137784
        },
        {
            "start": 875137787,
            "stop": 875137808
        },
        {
            "start": 875137811,
            "stop": 875137821
        },
        {
            "start": 875137822,
            "stop": 875137825
        },
        {
            "start": 875137828,
            "stop": 875137831
        },
        {
            "start": 875137833,
            "stop": 875137838
        },
        {
            "start": 875137839,
            "stop": 875137849
        }
    ]
}