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=40894
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=40895",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40893",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40894,
    "results": [
        {
            "start": 875080996,
            "stop": 875081099
        },
        {
            "start": 875081100,
            "stop": 875081171
        },
        {
            "start": 875081172,
            "stop": 875081206
        },
        {
            "start": 875081207,
            "stop": 875081272
        },
        {
            "start": 875081273,
            "stop": 875081281
        },
        {
            "start": 875081282,
            "stop": 875081291
        },
        {
            "start": 875081292,
            "stop": 875081333
        },
        {
            "start": 875081334,
            "stop": 875081355
        },
        {
            "start": 875081356,
            "stop": 875081419
        },
        {
            "start": 875081420,
            "stop": 875081517
        },
        {
            "start": 875081518,
            "stop": 875081546
        },
        {
            "start": 875081547,
            "stop": 875081561
        },
        {
            "start": 875081562,
            "stop": 875081590
        },
        {
            "start": 875081592,
            "stop": 875081593
        },
        {
            "start": 875081594,
            "stop": 875081610
        },
        {
            "start": 875081611,
            "stop": 875081632
        },
        {
            "start": 875081633,
            "stop": 875081634
        },
        {
            "start": 875081635,
            "stop": 875081652
        },
        {
            "start": 875081654,
            "stop": 875081679
        },
        {
            "start": 875081680,
            "stop": 875081695
        }
    ]
}