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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=267",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 268,
    "results": [
        {
            "start": 821687506,
            "stop": 821687510
        },
        {
            "start": 821687513,
            "stop": 821687526
        },
        {
            "start": 821687529,
            "stop": 821687553
        },
        {
            "start": 821687556,
            "stop": 821687568
        },
        {
            "start": 821687571,
            "stop": 821687585
        },
        {
            "start": 821687591,
            "stop": 821687613
        },
        {
            "start": 821687616,
            "stop": 821687620
        },
        {
            "start": 821687624,
            "stop": 821687629
        },
        {
            "start": 821687632,
            "stop": 821687638
        },
        {
            "start": 821687641,
            "stop": 821687649
        },
        {
            "start": 821687652,
            "stop": 821687665
        },
        {
            "start": 821687668,
            "stop": 821687670
        },
        {
            "start": 821687674,
            "stop": 821687682
        },
        {
            "start": 821687687,
            "stop": 821687696
        },
        {
            "start": 821687699,
            "stop": 821687707
        },
        {
            "start": 821687710,
            "stop": 821687717
        },
        {
            "start": 821687720,
            "stop": 821687721
        },
        {
            "start": 821687724,
            "stop": 821687738
        },
        {
            "start": 821687741,
            "stop": 821687743
        },
        {
            "start": 821687746,
            "stop": 821687750
        }
    ]
}