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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=812",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=810",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 811,
    "results": [
        {
            "start": 859425721,
            "stop": 859425901
        },
        {
            "start": 859426054,
            "stop": 859426294
        },
        {
            "start": 859426444,
            "stop": 859427704
        },
        {
            "start": 859427854,
            "stop": 859431694
        },
        {
            "start": 859431844,
            "stop": 859441894
        },
        {
            "start": 859442275,
            "stop": 859445395
        },
        {
            "start": 859445554,
            "stop": 859446934
        },
        {
            "start": 859447215,
            "stop": 859447395
        },
        {
            "start": 859448701,
            "stop": 859454761
        },
        {
            "start": 859454962,
            "stop": 859460842
        },
        {
            "start": 859461052,
            "stop": 859469632
        },
        {
            "start": 859469836,
            "stop": 859472686
        },
        {
            "start": 859472836,
            "stop": 859474756
        },
        {
            "start": 859474906,
            "stop": 859475056
        },
        {
            "start": 859476293,
            "stop": 859477433
        },
        {
            "start": 859478721,
            "stop": 859480161
        },
        {
            "start": 859480319,
            "stop": 859480859
        },
        {
            "start": 859481305,
            "stop": 859486255
        },
        {
            "start": 859486405,
            "stop": 859487425
        },
        {
            "start": 859487583,
            "stop": 859488903
        }
    ]
}