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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5078",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5076",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5077,
    "results": [
        {
            "start": 874618533,
            "stop": 874618546
        },
        {
            "start": 874618553,
            "stop": 874618613
        },
        {
            "start": 874618620,
            "stop": 874618694
        },
        {
            "start": 874618705,
            "stop": 874618721
        },
        {
            "start": 874618728,
            "stop": 874618729
        },
        {
            "start": 874618736,
            "stop": 874618755
        },
        {
            "start": 874618762,
            "stop": 874618763
        },
        {
            "start": 874618770,
            "stop": 874618776
        },
        {
            "start": 874618783,
            "stop": 874618808
        },
        {
            "start": 874618815,
            "stop": 874618818
        },
        {
            "start": 874618834,
            "stop": 874618835
        },
        {
            "start": 874618844,
            "stop": 874618896
        },
        {
            "start": 874618907,
            "stop": 874618911
        },
        {
            "start": 874618921,
            "stop": 874618942
        },
        {
            "start": 874618949,
            "stop": 874618959
        },
        {
            "start": 874618977,
            "stop": 874618993
        },
        {
            "start": 874619004,
            "stop": 874619013
        },
        {
            "start": 874619021,
            "stop": 874619035
        },
        {
            "start": 874619042,
            "stop": 874619055
        },
        {
            "start": 874619062,
            "stop": 874619074
        }
    ]
}