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=745
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=746",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=744",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 745,
    "results": [
        {
            "start": 858518464,
            "stop": 858518524
        },
        {
            "start": 858520016,
            "stop": 858525536
        },
        {
            "start": 858528002,
            "stop": 858528122
        },
        {
            "start": 858530608,
            "stop": 858531268
        },
        {
            "start": 858531419,
            "stop": 858531959
        },
        {
            "start": 858532982,
            "stop": 858535022
        },
        {
            "start": 858536092,
            "stop": 858536752
        },
        {
            "start": 858536902,
            "stop": 858536962
        },
        {
            "start": 858537213,
            "stop": 858537333
        },
        {
            "start": 858537477,
            "stop": 858537957
        },
        {
            "start": 858538153,
            "stop": 858539743
        },
        {
            "start": 858539917,
            "stop": 858539977
        },
        {
            "start": 858540204,
            "stop": 858540624
        },
        {
            "start": 858540936,
            "stop": 858541416
        },
        {
            "start": 858541683,
            "stop": 858543363
        },
        {
            "start": 858545588,
            "stop": 858550988
        },
        {
            "start": 858551138,
            "stop": 858552338
        },
        {
            "start": 858552488,
            "stop": 858553868
        },
        {
            "start": 858554065,
            "stop": 858555445
        },
        {
            "start": 858557198,
            "stop": 858558638
        }
    ]
}