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=40923
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=40924",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40922",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40923,
    "results": [
        {
            "start": 875103544,
            "stop": 875103548
        },
        {
            "start": 875103549,
            "stop": 875103553
        },
        {
            "start": 875103555,
            "stop": 875103558
        },
        {
            "start": 875103560,
            "stop": 875103564
        },
        {
            "start": 875103565,
            "stop": 875103569
        },
        {
            "start": 875103571,
            "stop": 875103574
        },
        {
            "start": 875103576,
            "stop": 875103580
        },
        {
            "start": 875103581,
            "stop": 875103585
        },
        {
            "start": 875103587,
            "stop": 875103590
        },
        {
            "start": 875103592,
            "stop": 875103596
        },
        {
            "start": 875103597,
            "stop": 875103601
        },
        {
            "start": 875103603,
            "stop": 875103606
        },
        {
            "start": 875103608,
            "stop": 875103612
        },
        {
            "start": 875103613,
            "stop": 875103617
        },
        {
            "start": 875103619,
            "stop": 875103623
        },
        {
            "start": 875103624,
            "stop": 875103628
        },
        {
            "start": 875103629,
            "stop": 875103633
        },
        {
            "start": 875103635,
            "stop": 875103639
        },
        {
            "start": 875103640,
            "stop": 875103644
        },
        {
            "start": 875103645,
            "stop": 875103649
        }
    ]
}