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=101
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=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=100",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 101,
    "results": [
        {
            "start": 820581472,
            "stop": 820581892
        },
        {
            "start": 820582572,
            "stop": 820582752
        },
        {
            "start": 820583049,
            "stop": 820583229
        },
        {
            "start": 820583614,
            "stop": 820583674
        },
        {
            "start": 820583862,
            "stop": 820583922
        },
        {
            "start": 820584072,
            "stop": 820584252
        },
        {
            "start": 820584570,
            "stop": 820584870
        },
        {
            "start": 820585051,
            "stop": 820585111
        },
        {
            "start": 820585708,
            "stop": 820585768
        },
        {
            "start": 820586084,
            "stop": 820586324
        },
        {
            "start": 820587473,
            "stop": 820587533
        },
        {
            "start": 820588377,
            "stop": 820588437
        },
        {
            "start": 820588795,
            "stop": 820588855
        },
        {
            "start": 820591447,
            "stop": 820591567
        },
        {
            "start": 820625673,
            "stop": 820625733
        },
        {
            "start": 820626005,
            "stop": 820626425
        },
        {
            "start": 820627048,
            "stop": 820627408
        },
        {
            "start": 820628330,
            "stop": 820628450
        },
        {
            "start": 820628792,
            "stop": 820628912
        },
        {
            "start": 820629282,
            "stop": 820629342
        }
    ]
}