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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=110",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 111,
    "results": [
        {
            "start": 842987939,
            "stop": 842989006
        },
        {
            "start": 842989412,
            "stop": 842994542
        },
        {
            "start": 842995734,
            "stop": 842996084
        },
        {
            "start": 842997055,
            "stop": 842997998
        },
        {
            "start": 842999102,
            "stop": 843025627
        },
        {
            "start": 843027158,
            "stop": 843167743
        },
        {
            "start": 843168844,
            "stop": 843175000
        },
        {
            "start": 843175463,
            "stop": 843240079
        },
        {
            "start": 843240173,
            "stop": 843257767
        },
        {
            "start": 843258041,
            "stop": 843318086
        },
        {
            "start": 843347138,
            "stop": 843359821
        },
        {
            "start": 843359901,
            "stop": 843406016
        },
        {
            "start": 843406107,
            "stop": 843410600
        },
        {
            "start": 843410710,
            "stop": 843414264
        },
        {
            "start": 843415097,
            "stop": 843421665
        },
        {
            "start": 843422641,
            "stop": 843427566
        },
        {
            "start": 843430033,
            "stop": 843431678
        },
        {
            "start": 843432520,
            "stop": 843433143
        },
        {
            "start": 843433206,
            "stop": 843435869
        },
        {
            "start": 843436047,
            "stop": 843460466
        }
    ]
}