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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=505",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=503",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 504,
    "results": [
        {
            "start": 826934940,
            "stop": 826934956
        },
        {
            "start": 826935012,
            "stop": 826935072
        },
        {
            "start": 826935092,
            "stop": 826935276
        },
        {
            "start": 826935297,
            "stop": 826935312
        },
        {
            "start": 826935333,
            "stop": 826935340
        },
        {
            "start": 826935369,
            "stop": 826935549
        },
        {
            "start": 826935598,
            "stop": 826936132
        },
        {
            "start": 826936158,
            "stop": 826936912
        },
        {
            "start": 826936956,
            "stop": 826937296
        },
        {
            "start": 826937342,
            "stop": 826937377
        },
        {
            "start": 826937405,
            "stop": 826937770
        },
        {
            "start": 826937818,
            "stop": 826937889
        },
        {
            "start": 826937933,
            "stop": 826937935
        },
        {
            "start": 826937960,
            "stop": 826938002
        },
        {
            "start": 826938126,
            "stop": 826938208
        },
        {
            "start": 826938227,
            "stop": 826938275
        },
        {
            "start": 826938359,
            "stop": 826938455
        },
        {
            "start": 826938474,
            "stop": 826938509
        },
        {
            "start": 826938528,
            "stop": 826938535
        },
        {
            "start": 826938565,
            "stop": 826938578
        }
    ]
}