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=339
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=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=338",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 339,
    "results": [
        {
            "start": 834292088,
            "stop": 834294308
        },
        {
            "start": 834309103,
            "stop": 834309403
        },
        {
            "start": 834309561,
            "stop": 834309981
        },
        {
            "start": 834310340,
            "stop": 834310400
        },
        {
            "start": 834311349,
            "stop": 834313209
        },
        {
            "start": 834313359,
            "stop": 834314589
        },
        {
            "start": 834314860,
            "stop": 834316960
        },
        {
            "start": 834317106,
            "stop": 834320706
        },
        {
            "start": 834320855,
            "stop": 834321335
        },
        {
            "start": 834324042,
            "stop": 834325122
        },
        {
            "start": 834325322,
            "stop": 834326162
        },
        {
            "start": 834328803,
            "stop": 834328863
        },
        {
            "start": 834329020,
            "stop": 834329320
        },
        {
            "start": 834329479,
            "stop": 834329839
        },
        {
            "start": 834329991,
            "stop": 834330171
        },
        {
            "start": 834330805,
            "stop": 834331585
        },
        {
            "start": 834331742,
            "stop": 834331982
        },
        {
            "start": 834334540,
            "stop": 834334600
        },
        {
            "start": 834334750,
            "stop": 834335800
        },
        {
            "start": 834335941,
            "stop": 834336001
        }
    ]
}