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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=561",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=559",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 560,
    "results": [
        {
            "start": 872600854,
            "stop": 872610547
        },
        {
            "start": 872610553,
            "stop": 872612746
        },
        {
            "start": 872612748,
            "stop": 872622810
        },
        {
            "start": 872622818,
            "stop": 872622830
        },
        {
            "start": 872622835,
            "stop": 872626233
        },
        {
            "start": 872627375,
            "stop": 872627795
        },
        {
            "start": 872627800,
            "stop": 872629935
        },
        {
            "start": 872629940,
            "stop": 872629947
        },
        {
            "start": 872629953,
            "stop": 872629967
        },
        {
            "start": 872629975,
            "stop": 872633651
        },
        {
            "start": 872633652,
            "stop": 872635075
        },
        {
            "start": 872636474,
            "stop": 872643562
        },
        {
            "start": 872644177,
            "stop": 872644270
        },
        {
            "start": 872644597,
            "stop": 872645016
        },
        {
            "start": 872645017,
            "stop": 872645070
        },
        {
            "start": 872645072,
            "stop": 872645098
        },
        {
            "start": 872645559,
            "stop": 872645694
        },
        {
            "start": 872649803,
            "stop": 872665147
        },
        {
            "start": 872665153,
            "stop": 872702627
        },
        {
            "start": 872702633,
            "stop": 872703707
        }
    ]
}