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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=242",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 243,
    "results": [
        {
            "start": 828065351,
            "stop": 828066311
        },
        {
            "start": 828066557,
            "stop": 828066677
        },
        {
            "start": 828068153,
            "stop": 828068513
        },
        {
            "start": 828068791,
            "stop": 828068971
        },
        {
            "start": 828069252,
            "stop": 828069972
        },
        {
            "start": 828070147,
            "stop": 828070267
        },
        {
            "start": 828070633,
            "stop": 828072253
        },
        {
            "start": 828072420,
            "stop": 828073080
        },
        {
            "start": 828073293,
            "stop": 828073353
        },
        {
            "start": 828073513,
            "stop": 828073753
        },
        {
            "start": 828074097,
            "stop": 828074157
        },
        {
            "start": 828074314,
            "stop": 828074374
        },
        {
            "start": 828074840,
            "stop": 828075140
        },
        {
            "start": 828075303,
            "stop": 828075543
        },
        {
            "start": 828075946,
            "stop": 828076006
        },
        {
            "start": 828076284,
            "stop": 828076584
        },
        {
            "start": 828076912,
            "stop": 828077002
        },
        {
            "start": 828077186,
            "stop": 828077546
        },
        {
            "start": 828077979,
            "stop": 828080409
        },
        {
            "start": 828080575,
            "stop": 828081175
        }
    ]
}