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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=703",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=701",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 702,
    "results": [
        {
            "start": 951507860,
            "stop": 951518176
        },
        {
            "start": 951518182,
            "stop": 951519229
        },
        {
            "start": 951519235,
            "stop": 951520037
        },
        {
            "start": 951614421,
            "stop": 951621468
        },
        {
            "start": 951621474,
            "stop": 951621744
        },
        {
            "start": 951623129,
            "stop": 951625660
        },
        {
            "start": 951628515,
            "stop": 951635904
        },
        {
            "start": 951637114,
            "stop": 951656469
        },
        {
            "start": 951659935,
            "stop": 951660554
        },
        {
            "start": 951660560,
            "stop": 951661428
        },
        {
            "start": 951666354,
            "stop": 951670195
        },
        {
            "start": 951670708,
            "stop": 951674696
        },
        {
            "start": 951683725,
            "stop": 951686879
        },
        {
            "start": 951688819,
            "stop": 951689796
        },
        {
            "start": 951691203,
            "stop": 951691936
        },
        {
            "start": 951692756,
            "stop": 951696361
        },
        {
            "start": 951696712,
            "stop": 951701048
        },
        {
            "start": 951710127,
            "stop": 951711250
        },
        {
            "start": 951713631,
            "stop": 951740689
        },
        {
            "start": 951744254,
            "stop": 951751300
        }
    ]
}