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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=323",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 324,
    "results": [
        {
            "start": 823002740,
            "stop": 823009304
        },
        {
            "start": 823009485,
            "stop": 823011590
        },
        {
            "start": 823011670,
            "stop": 823012282
        },
        {
            "start": 823012310,
            "stop": 823012333
        },
        {
            "start": 823014190,
            "stop": 823017613
        },
        {
            "start": 823018000,
            "stop": 823018333
        },
        {
            "start": 823018347,
            "stop": 823018348
        },
        {
            "start": 823020636,
            "stop": 823020830
        },
        {
            "start": 823020970,
            "stop": 823021010
        },
        {
            "start": 823021090,
            "stop": 823021380
        },
        {
            "start": 823021440,
            "stop": 823021604
        },
        {
            "start": 823021785,
            "stop": 823021814
        },
        {
            "start": 823021942,
            "stop": 823022053
        },
        {
            "start": 823022220,
            "stop": 823022893
        },
        {
            "start": 823023032,
            "stop": 823023253
        },
        {
            "start": 823023269,
            "stop": 823023270
        },
        {
            "start": 823023624,
            "stop": 823025630
        },
        {
            "start": 823025710,
            "stop": 823027430
        },
        {
            "start": 823027510,
            "stop": 823028570
        },
        {
            "start": 823028650,
            "stop": 823028930
        }
    ]
}