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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=724",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=722",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 723,
    "results": [
        {
            "start": 854389751,
            "stop": 854391731
        },
        {
            "start": 854394262,
            "stop": 854398132
        },
        {
            "start": 854398282,
            "stop": 854399722
        },
        {
            "start": 854399904,
            "stop": 854402664
        },
        {
            "start": 854405107,
            "stop": 854407867
        },
        {
            "start": 854408014,
            "stop": 854408674
        },
        {
            "start": 854410324,
            "stop": 854412304
        },
        {
            "start": 854412491,
            "stop": 854414741
        },
        {
            "start": 854414891,
            "stop": 854417021
        },
        {
            "start": 854417171,
            "stop": 854417351
        },
        {
            "start": 854417501,
            "stop": 854418371
        },
        {
            "start": 854418521,
            "stop": 854418911
        },
        {
            "start": 854419061,
            "stop": 854427011
        },
        {
            "start": 854427161,
            "stop": 854427551
        },
        {
            "start": 854427935,
            "stop": 854436065
        },
        {
            "start": 854436155,
            "stop": 854436395
        },
        {
            "start": 854436558,
            "stop": 854438538
        },
        {
            "start": 854439702,
            "stop": 854442462
        },
        {
            "start": 854442696,
            "stop": 854442876
        },
        {
            "start": 854443094,
            "stop": 854446874
        }
    ]
}