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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=212",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 213,
    "results": [
        {
            "start": 850738815,
            "stop": 850738836
        },
        {
            "start": 850738839,
            "stop": 850738940
        },
        {
            "start": 850738943,
            "stop": 850742376
        },
        {
            "start": 850742377,
            "stop": 850744846
        },
        {
            "start": 850747158,
            "stop": 850749553
        },
        {
            "start": 850750596,
            "stop": 850751384
        },
        {
            "start": 850751387,
            "stop": 850754120
        },
        {
            "start": 850754121,
            "stop": 850757459
        },
        {
            "start": 850758247,
            "stop": 850759929
        },
        {
            "start": 850767927,
            "stop": 850772951
        },
        {
            "start": 850772954,
            "stop": 850777138
        },
        {
            "start": 850779057,
            "stop": 850780633
        },
        {
            "start": 850784412,
            "stop": 850814347
        },
        {
            "start": 850814350,
            "stop": 850825126
        },
        {
            "start": 850827133,
            "stop": 850841053
        },
        {
            "start": 850842252,
            "stop": 850845689
        },
        {
            "start": 850845694,
            "stop": 850853390
        },
        {
            "start": 850854708,
            "stop": 850856860
        },
        {
            "start": 850860212,
            "stop": 850880210
        },
        {
            "start": 850881680,
            "stop": 850904700
        }
    ]
}