Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=100
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=99",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 100,
    "results": [
        {
            "start": 829167007,
            "stop": 829167947
        },
        {
            "start": 829168097,
            "stop": 829170397
        },
        {
            "start": 829170657,
            "stop": 829171342
        },
        {
            "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": 829191411
        },
        {
            "start": 829193317,
            "stop": 829198409
        },
        {
            "start": 829200521,
            "stop": 829204523
        },
        {
            "start": 829206685,
            "stop": 829214460
        }
    ]
}