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_CBCLOW_CAT4/segments?format=api&page=121
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=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=120",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 121,
    "results": [
        {
            "start": 819376797,
            "stop": 819377827
        },
        {
            "start": 819378478,
            "stop": 819380113
        },
        {
            "start": 819380976,
            "stop": 819380983
        },
        {
            "start": 819381164,
            "stop": 819382003
        },
        {
            "start": 819382184,
            "stop": 819382243
        },
        {
            "start": 819382424,
            "stop": 819384703
        },
        {
            "start": 819384884,
            "stop": 819386083
        },
        {
            "start": 819386264,
            "stop": 819391200
        },
        {
            "start": 819391260,
            "stop": 819391610
        },
        {
            "start": 819391690,
            "stop": 819392353
        },
        {
            "start": 819397710,
            "stop": 819398630
        },
        {
            "start": 819398710,
            "stop": 819400751
        },
        {
            "start": 819402488,
            "stop": 819403200
        },
        {
            "start": 819403260,
            "stop": 819403790
        },
        {
            "start": 819403870,
            "stop": 819404713
        },
        {
            "start": 819405436,
            "stop": 819408420
        },
        {
            "start": 819408480,
            "stop": 819409213
        },
        {
            "start": 819410200,
            "stop": 819410252
        },
        {
            "start": 819411761,
            "stop": 819415610
        },
        {
            "start": 819415690,
            "stop": 819415740
        }
    ]
}