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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=213",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 214,
    "results": [
        {
            "start": 853439678,
            "stop": 853440218
        },
        {
            "start": 853443836,
            "stop": 853444351
        },
        {
            "start": 853444449,
            "stop": 853447113
        },
        {
            "start": 853447352,
            "stop": 853448679
        },
        {
            "start": 853450626,
            "stop": 853451273
        },
        {
            "start": 853451392,
            "stop": 853455386
        },
        {
            "start": 853455488,
            "stop": 853461670
        },
        {
            "start": 853461918,
            "stop": 853479757
        },
        {
            "start": 853480614,
            "stop": 853480992
        },
        {
            "start": 853486715,
            "stop": 853502490
        },
        {
            "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
        }
    ]
}