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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1165",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1163",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1164,
    "results": [
        {
            "start": 951659935,
            "stop": 951660554
        },
        {
            "start": 951660556,
            "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
        },
        {
            "start": 951751303,
            "stop": 951752076
        },
        {
            "start": 951752079,
            "stop": 951753399
        },
        {
            "start": 951760835,
            "stop": 951766111
        },
        {
            "start": 951781052,
            "stop": 951784667
        },
        {
            "start": 951784957,
            "stop": 951787748
        },
        {
            "start": 951788071,
            "stop": 951790456
        },
        {
            "start": 951791764,
            "stop": 951792047
        },
        {
            "start": 951794784,
            "stop": 951800409
        }
    ]
}