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_CW_CAT1/segments?format=api&page=372
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=371",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 372,
    "results": [
        {
            "start": 859147006,
            "stop": 859155412
        },
        {
            "start": 859156455,
            "stop": 859182052
        },
        {
            "start": 859183097,
            "stop": 859242770
        },
        {
            "start": 859243717,
            "stop": 859281350
        },
        {
            "start": 859283147,
            "stop": 859312561
        },
        {
            "start": 859313116,
            "stop": 859317282
        },
        {
            "start": 859317418,
            "stop": 859320115
        },
        {
            "start": 859321245,
            "stop": 859348528
        },
        {
            "start": 859349519,
            "stop": 859399919
        },
        {
            "start": 859401092,
            "stop": 859419659
        },
        {
            "start": 859419663,
            "stop": 859419688
        },
        {
            "start": 859419692,
            "stop": 859423074
        },
        {
            "start": 859423180,
            "stop": 859475126
        },
        {
            "start": 859476204,
            "stop": 859477523
        },
        {
            "start": 859478654,
            "stop": 859480947
        },
        {
            "start": 859481243,
            "stop": 859495993
        },
        {
            "start": 859511144,
            "stop": 859551379
        },
        {
            "start": 859552232,
            "stop": 859575997
        },
        {
            "start": 859577739,
            "stop": 859591554
        },
        {
            "start": 859592113,
            "stop": 859607394
        }
    ]
}