Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=382
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=383",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=381",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 382,
    "results": [
        {
            "start": 960794142,
            "stop": 960797995
        },
        {
            "start": 960800511,
            "stop": 960805704
        },
        {
            "start": 960807640,
            "stop": 960819827
        },
        {
            "start": 960834654,
            "stop": 960836808
        },
        {
            "start": 960840462,
            "stop": 960842180
        },
        {
            "start": 960844211,
            "stop": 960845449
        },
        {
            "start": 960847853,
            "stop": 960850023
        },
        {
            "start": 960879659,
            "stop": 960881311
        },
        {
            "start": 960885121,
            "stop": 960888541
        },
        {
            "start": 960890934,
            "stop": 960893767
        },
        {
            "start": 960895977,
            "stop": 960896191
        },
        {
            "start": 960898289,
            "stop": 960902584
        },
        {
            "start": 960909516,
            "stop": 960917081
        },
        {
            "start": 960918790,
            "stop": 960921885
        },
        {
            "start": 960923049,
            "stop": 960923485
        },
        {
            "start": 960926680,
            "stop": 960931414
        },
        {
            "start": 960936873,
            "stop": 960940045
        },
        {
            "start": 960942503,
            "stop": 960942591
        },
        {
            "start": 960942596,
            "stop": 960942921
        },
        {
            "start": 960942928,
            "stop": 960944002
        }
    ]
}