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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=78",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 79,
    "results": [
        {
            "start": 951487222,
            "stop": 951487960
        },
        {
            "start": 951491361,
            "stop": 951505743
        },
        {
            "start": 951507860,
            "stop": 951519932
        },
        {
            "start": 951614421,
            "stop": 951621639
        },
        {
            "start": 951623129,
            "stop": 951625555
        },
        {
            "start": 951628515,
            "stop": 951635904
        },
        {
            "start": 951637114,
            "stop": 951656364
        },
        {
            "start": 951659935,
            "stop": 951661323
        },
        {
            "start": 951666354,
            "stop": 951670195
        },
        {
            "start": 951670708,
            "stop": 951674591
        },
        {
            "start": 951683725,
            "stop": 951686773
        },
        {
            "start": 951688819,
            "stop": 951689796
        },
        {
            "start": 951691203,
            "stop": 951691936
        },
        {
            "start": 951692756,
            "stop": 951696361
        },
        {
            "start": 951696712,
            "stop": 951700943
        },
        {
            "start": 951710127,
            "stop": 951711250
        },
        {
            "start": 951713631,
            "stop": 951740584
        },
        {
            "start": 951744254,
            "stop": 951753399
        },
        {
            "start": 951760835,
            "stop": 951766006
        },
        {
            "start": 951781052,
            "stop": 951784667
        }
    ]
}