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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5847",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5845",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5846,
    "results": [
        {
            "start": 874742404,
            "stop": 874742553
        },
        {
            "start": 874742556,
            "stop": 874742761
        },
        {
            "start": 874742765,
            "stop": 874742921
        },
        {
            "start": 874742929,
            "stop": 874743049
        },
        {
            "start": 874743052,
            "stop": 874743053
        },
        {
            "start": 874743057,
            "stop": 874743069
        },
        {
            "start": 874743073,
            "stop": 874743074
        },
        {
            "start": 874743078,
            "stop": 874743190
        },
        {
            "start": 874743193,
            "stop": 874743278
        },
        {
            "start": 874743281,
            "stop": 874743449
        },
        {
            "start": 874743452,
            "stop": 874743462
        },
        {
            "start": 874743465,
            "stop": 874743534
        },
        {
            "start": 874743537,
            "stop": 874743651
        },
        {
            "start": 874743654,
            "stop": 874743671
        },
        {
            "start": 874743674,
            "stop": 874743741
        },
        {
            "start": 874743744,
            "stop": 874743762
        },
        {
            "start": 874743765,
            "stop": 874743820
        },
        {
            "start": 874743823,
            "stop": 874743951
        },
        {
            "start": 874743954,
            "stop": 874744068
        },
        {
            "start": 874744071,
            "stop": 874744100
        }
    ]
}