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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4759",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4757",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4758,
    "results": [
        {
            "start": 874556602,
            "stop": 874556634
        },
        {
            "start": 874556949,
            "stop": 874556956
        },
        {
            "start": 874556975,
            "stop": 874556979
        },
        {
            "start": 874556998,
            "stop": 874557002
        },
        {
            "start": 874557021,
            "stop": 874557060
        },
        {
            "start": 874557120,
            "stop": 874557129
        },
        {
            "start": 874557171,
            "stop": 874557180
        },
        {
            "start": 874557436,
            "stop": 874557441
        },
        {
            "start": 874557460,
            "stop": 874557467
        },
        {
            "start": 874557720,
            "stop": 874557761
        },
        {
            "start": 874557781,
            "stop": 874557819
        },
        {
            "start": 874557871,
            "stop": 874557900
        },
        {
            "start": 874557989,
            "stop": 874557994
        },
        {
            "start": 874558015,
            "stop": 874558017
        },
        {
            "start": 874558080,
            "stop": 874558146
        },
        {
            "start": 874558179,
            "stop": 874558184
        },
        {
            "start": 874558203,
            "stop": 874558228
        },
        {
            "start": 874558248,
            "stop": 874558320
        },
        {
            "start": 874558397,
            "stop": 874558490
        },
        {
            "start": 874558620,
            "stop": 874558668
        }
    ]
}