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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=262",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 263,
    "results": [
        {
            "start": 848818004,
            "stop": 848855593
        },
        {
            "start": 848859992,
            "stop": 848865343
        },
        {
            "start": 848867140,
            "stop": 848868890
        },
        {
            "start": 848869249,
            "stop": 848877002
        },
        {
            "start": 848877672,
            "stop": 848878273
        },
        {
            "start": 848884452,
            "stop": 848896812
        },
        {
            "start": 848898696,
            "stop": 848918520
        },
        {
            "start": 848918825,
            "stop": 848922345
        },
        {
            "start": 848923694,
            "stop": 848944273
        },
        {
            "start": 848946095,
            "stop": 848963713
        },
        {
            "start": 848964800,
            "stop": 849018013
        },
        {
            "start": 849018049,
            "stop": 849018050
        },
        {
            "start": 849018153,
            "stop": 849031813
        },
        {
            "start": 849031845,
            "stop": 849031846
        },
        {
            "start": 849031895,
            "stop": 849035127
        },
        {
            "start": 849036863,
            "stop": 849050293
        },
        {
            "start": 849051649,
            "stop": 849053447
        },
        {
            "start": 849055033,
            "stop": 849089078
        },
        {
            "start": 849089220,
            "stop": 849112149
        },
        {
            "start": 849114339,
            "stop": 849208740
        }
    ]
}