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=760
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=761",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=759",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 760,
    "results": [
        {
            "start": 859447215,
            "stop": 859447395
        },
        {
            "start": 859448700,
            "stop": 859454760
        },
        {
            "start": 859454961,
            "stop": 859458621
        },
        {
            "start": 859458651,
            "stop": 859460841
        },
        {
            "start": 859461051,
            "stop": 859463841
        },
        {
            "start": 859463871,
            "stop": 859463991
        },
        {
            "start": 859464021,
            "stop": 859465731
        },
        {
            "start": 859465821,
            "stop": 859466781
        },
        {
            "start": 859466811,
            "stop": 859467261
        },
        {
            "start": 859467351,
            "stop": 859467621
        },
        {
            "start": 859467651,
            "stop": 859469271
        },
        {
            "start": 859469331,
            "stop": 859469631
        },
        {
            "start": 859469848,
            "stop": 859472878
        },
        {
            "start": 859472968,
            "stop": 859473028
        },
        {
            "start": 859473058,
            "stop": 859474588
        },
        {
            "start": 859474618,
            "stop": 859474678
        },
        {
            "start": 859477248,
            "stop": 859477428
        },
        {
            "start": 859478881,
            "stop": 859480141
        },
        {
            "start": 859480319,
            "stop": 859487399
        },
        {
            "start": 859487583,
            "stop": 859488903
        }
    ]
}