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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=109",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 110,
    "results": [
        {
            "start": 828459040,
            "stop": 828462122
        },
        {
            "start": 828467413,
            "stop": 828472767
        },
        {
            "start": 828477517,
            "stop": 828478976
        },
        {
            "start": 828479008,
            "stop": 828480160
        },
        {
            "start": 828480192,
            "stop": 828486272
        },
        {
            "start": 828489140,
            "stop": 828500246
        },
        {
            "start": 828500764,
            "stop": 828503396
        },
        {
            "start": 828504978,
            "stop": 828527881
        },
        {
            "start": 828528653,
            "stop": 828529746
        },
        {
            "start": 828529747,
            "stop": 828537069
        },
        {
            "start": 828537180,
            "stop": 828543673
        },
        {
            "start": 828543883,
            "stop": 828555133
        },
        {
            "start": 828557276,
            "stop": 828557953
        },
        {
            "start": 828558557,
            "stop": 828559360
        },
        {
            "start": 828559840,
            "stop": 828559985
        },
        {
            "start": 828562529,
            "stop": 828562532
        },
        {
            "start": 828563985,
            "stop": 828564896
        },
        {
            "start": 828564928,
            "stop": 828565376
        },
        {
            "start": 828565408,
            "stop": 828566144
        },
        {
            "start": 828567788,
            "stop": 828571393
        }
    ]
}