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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=251",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 252,
    "results": [
        {
            "start": 820930780,
            "stop": 820930828
        },
        {
            "start": 820930835,
            "stop": 820930844
        },
        {
            "start": 820930851,
            "stop": 820930924
        },
        {
            "start": 820930931,
            "stop": 820931088
        },
        {
            "start": 820931095,
            "stop": 820931109
        },
        {
            "start": 820931117,
            "stop": 820931119
        },
        {
            "start": 820931126,
            "stop": 820931143
        },
        {
            "start": 820931154,
            "stop": 820931160
        },
        {
            "start": 820931167,
            "stop": 820931305
        },
        {
            "start": 820931318,
            "stop": 820931584
        },
        {
            "start": 820931591,
            "stop": 820931673
        },
        {
            "start": 820931680,
            "stop": 820931818
        },
        {
            "start": 820931825,
            "stop": 820931887
        },
        {
            "start": 820931894,
            "stop": 820931902
        },
        {
            "start": 820931909,
            "stop": 820931979
        },
        {
            "start": 820931987,
            "stop": 820932020
        },
        {
            "start": 820932027,
            "stop": 820932029
        },
        {
            "start": 820932036,
            "stop": 820932081
        },
        {
            "start": 820932089,
            "stop": 820932261
        },
        {
            "start": 820932268,
            "stop": 820932489
        }
    ]
}