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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=228",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 229,
    "results": [
        {
            "start": 827468756,
            "stop": 827468876
        },
        {
            "start": 827469553,
            "stop": 827469613
        },
        {
            "start": 827470080,
            "stop": 827470320
        },
        {
            "start": 827472371,
            "stop": 827472431
        },
        {
            "start": 827473429,
            "stop": 827473489
        },
        {
            "start": 827475818,
            "stop": 827475878
        },
        {
            "start": 827476060,
            "stop": 827476120
        },
        {
            "start": 827476993,
            "stop": 827477173
        },
        {
            "start": 827477660,
            "stop": 827477720
        },
        {
            "start": 827478408,
            "stop": 827478528
        },
        {
            "start": 827479292,
            "stop": 827479412
        },
        {
            "start": 827489844,
            "stop": 827489964
        },
        {
            "start": 827492850,
            "stop": 827492910
        },
        {
            "start": 827493178,
            "stop": 827493418
        },
        {
            "start": 827498310,
            "stop": 827498370
        },
        {
            "start": 827498831,
            "stop": 827498891
        },
        {
            "start": 827501387,
            "stop": 827501447
        },
        {
            "start": 827501580,
            "stop": 827501820
        },
        {
            "start": 827501954,
            "stop": 827502014
        },
        {
            "start": 827502693,
            "stop": 827502933
        }
    ]
}