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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=126",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 127,
    "results": [
        {
            "start": 821414880,
            "stop": 821414940
        },
        {
            "start": 821415093,
            "stop": 821415873
        },
        {
            "start": 821416582,
            "stop": 821416882
        },
        {
            "start": 821417206,
            "stop": 821417506
        },
        {
            "start": 821417664,
            "stop": 821418264
        },
        {
            "start": 821418429,
            "stop": 821419569
        },
        {
            "start": 821419726,
            "stop": 821420146
        },
        {
            "start": 821420323,
            "stop": 821421163
        },
        {
            "start": 821421326,
            "stop": 821422826
        },
        {
            "start": 821423002,
            "stop": 821423062
        },
        {
            "start": 821424105,
            "stop": 821424165
        },
        {
            "start": 821424309,
            "stop": 821424369
        },
        {
            "start": 821424513,
            "stop": 821424873
        },
        {
            "start": 821425216,
            "stop": 821425456
        },
        {
            "start": 821425616,
            "stop": 821426156
        },
        {
            "start": 821426298,
            "stop": 821426418
        },
        {
            "start": 821426854,
            "stop": 821427304
        },
        {
            "start": 821427479,
            "stop": 821427599
        },
        {
            "start": 821427772,
            "stop": 821428132
        },
        {
            "start": 821428294,
            "stop": 821428354
        }
    ]
}