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=248
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=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=247",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 248,
    "results": [
        {
            "start": 828962796,
            "stop": 828965856
        },
        {
            "start": 828966965,
            "stop": 828967385
        },
        {
            "start": 828967608,
            "stop": 828968028
        },
        {
            "start": 828968243,
            "stop": 828968603
        },
        {
            "start": 828969699,
            "stop": 828970389
        },
        {
            "start": 828970419,
            "stop": 828972189
        },
        {
            "start": 828972279,
            "stop": 828974259
        },
        {
            "start": 828974409,
            "stop": 828975159
        },
        {
            "start": 828975346,
            "stop": 828976906
        },
        {
            "start": 829033616,
            "stop": 829033886
        },
        {
            "start": 829034047,
            "stop": 829035067
        },
        {
            "start": 829036170,
            "stop": 829036350
        },
        {
            "start": 829036506,
            "stop": 829044546
        },
        {
            "start": 829044771,
            "stop": 829045491
        },
        {
            "start": 829045649,
            "stop": 829045709
        },
        {
            "start": 829047669,
            "stop": 829048269
        },
        {
            "start": 829048557,
            "stop": 829049697
        },
        {
            "start": 829049847,
            "stop": 829052037
        },
        {
            "start": 829053991,
            "stop": 829054351
        },
        {
            "start": 829055473,
            "stop": 829057333
        }
    ]
}