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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=542",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=540",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 541,
    "results": [
        {
            "start": 829167007,
            "stop": 829167913
        },
        {
            "start": 829168097,
            "stop": 829170373
        },
        {
            "start": 829170657,
            "stop": 829171341
        },
        {
            "start": 829171574,
            "stop": 829174674
        },
        {
            "start": 829176134,
            "stop": 829176784
        },
        {
            "start": 829177326,
            "stop": 829177805
        },
        {
            "start": 829178927,
            "stop": 829178931
        },
        {
            "start": 829179251,
            "stop": 829179438
        },
        {
            "start": 829180711,
            "stop": 829180730
        },
        {
            "start": 829181315,
            "stop": 829181351
        },
        {
            "start": 829181751,
            "stop": 829181964
        },
        {
            "start": 829182284,
            "stop": 829182575
        },
        {
            "start": 829183287,
            "stop": 829184002
        },
        {
            "start": 829184402,
            "stop": 829184408
        },
        {
            "start": 829184728,
            "stop": 829185857
        },
        {
            "start": 829186801,
            "stop": 829187471
        },
        {
            "start": 829191155,
            "stop": 829191373
        },
        {
            "start": 829193317,
            "stop": 829196505
        },
        {
            "start": 829196506,
            "stop": 829198393
        },
        {
            "start": 829200521,
            "stop": 829204513
        }
    ]
}