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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=350",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 351,
    "results": [
        {
            "start": 847721457,
            "stop": 847721460
        },
        {
            "start": 847721461,
            "stop": 847721479
        },
        {
            "start": 847721481,
            "stop": 847721512
        },
        {
            "start": 847721513,
            "stop": 847721551
        },
        {
            "start": 847721552,
            "stop": 847721566
        },
        {
            "start": 847721567,
            "stop": 847721607
        },
        {
            "start": 847721609,
            "stop": 847721646
        },
        {
            "start": 847721647,
            "stop": 847721674
        },
        {
            "start": 847721675,
            "stop": 847721693
        },
        {
            "start": 847721695,
            "stop": 847721736
        },
        {
            "start": 847721737,
            "stop": 847721768
        },
        {
            "start": 847721769,
            "stop": 847721801
        },
        {
            "start": 847721803,
            "stop": 847721849
        },
        {
            "start": 847721850,
            "stop": 847721864
        },
        {
            "start": 847721865,
            "stop": 847721896
        },
        {
            "start": 847721897,
            "stop": 847721929
        },
        {
            "start": 847721931,
            "stop": 847721949
        },
        {
            "start": 847721950,
            "stop": 847721971
        },
        {
            "start": 847721972,
            "stop": 847721977
        },
        {
            "start": 847721978,
            "stop": 847721991
        }
    ]
}