Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8817
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8818",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8816",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8817,
    "results": [
        {
            "start": 874156549,
            "stop": 874159359
        },
        {
            "start": 874159510,
            "stop": 874160577
        },
        {
            "start": 874160615,
            "stop": 874160625
        },
        {
            "start": 874160661,
            "stop": 874160702
        },
        {
            "start": 874160822,
            "stop": 874161350
        },
        {
            "start": 874161430,
            "stop": 874162658
        },
        {
            "start": 874181021,
            "stop": 874181340
        },
        {
            "start": 874182099,
            "stop": 874182235
        },
        {
            "start": 874182355,
            "stop": 874182369
        },
        {
            "start": 874182370,
            "stop": 874183070
        },
        {
            "start": 874183150,
            "stop": 874183170
        },
        {
            "start": 874183260,
            "stop": 874184789
        },
        {
            "start": 874184909,
            "stop": 874185179
        },
        {
            "start": 874185196,
            "stop": 874186730
        },
        {
            "start": 874186870,
            "stop": 874187030
        },
        {
            "start": 874187170,
            "stop": 874187371
        },
        {
            "start": 874187388,
            "stop": 874187787
        },
        {
            "start": 874188389,
            "stop": 874189112
        },
        {
            "start": 874189505,
            "stop": 874190330
        },
        {
            "start": 874190470,
            "stop": 874190619
        }
    ]
}