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=773
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=774",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=772",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 773,
    "results": [
        {
            "start": 860224149,
            "stop": 860224749
        },
        {
            "start": 860224779,
            "stop": 860226099
        },
        {
            "start": 860226129,
            "stop": 860232249
        },
        {
            "start": 860232440,
            "stop": 860232980
        },
        {
            "start": 860233145,
            "stop": 860235695
        },
        {
            "start": 860235725,
            "stop": 860239025
        },
        {
            "start": 860239205,
            "stop": 860240885
        },
        {
            "start": 860241879,
            "stop": 860242629
        },
        {
            "start": 860242659,
            "stop": 860242779
        },
        {
            "start": 860242809,
            "stop": 860244459
        },
        {
            "start": 860244632,
            "stop": 860245022
        },
        {
            "start": 860245335,
            "stop": 860246055
        },
        {
            "start": 860249174,
            "stop": 860249954
        },
        {
            "start": 860250153,
            "stop": 860252343
        },
        {
            "start": 860278071,
            "stop": 860280171
        },
        {
            "start": 860280384,
            "stop": 860280564
        },
        {
            "start": 860282002,
            "stop": 860282182
        },
        {
            "start": 860282577,
            "stop": 860284197
        },
        {
            "start": 860285072,
            "stop": 860289512
        },
        {
            "start": 860289744,
            "stop": 860291004
        }
    ]
}