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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=278",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 279,
    "results": [
        {
            "start": 853451392,
            "stop": 853455386
        },
        {
            "start": 853455488,
            "stop": 853461670
        },
        {
            "start": 853461918,
            "stop": 853479733
        },
        {
            "start": 853479756,
            "stop": 853479757
        },
        {
            "start": 853480614,
            "stop": 853480992
        },
        {
            "start": 853486715,
            "stop": 853502460
        },
        {
            "start": 853676574,
            "stop": 853683966
        },
        {
            "start": 853745266,
            "stop": 853747957
        },
        {
            "start": 853749233,
            "stop": 853766564
        },
        {
            "start": 853767572,
            "stop": 853771919
        },
        {
            "start": 853815666,
            "stop": 853832370
        },
        {
            "start": 853832544,
            "stop": 853834493
        },
        {
            "start": 853834691,
            "stop": 853838988
        },
        {
            "start": 853839143,
            "stop": 853839923
        },
        {
            "start": 853841156,
            "stop": 853853257
        },
        {
            "start": 853854593,
            "stop": 853862883
        },
        {
            "start": 853934433,
            "stop": 853938891
        },
        {
            "start": 853939852,
            "stop": 853946696
        },
        {
            "start": 854004721,
            "stop": 854005665
        },
        {
            "start": 854005840,
            "stop": 854006150
        }
    ]
}