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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=402",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=400",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 401,
    "results": [
        {
            "start": 824808896,
            "stop": 824809674
        },
        {
            "start": 824809679,
            "stop": 824809681
        },
        {
            "start": 824809685,
            "stop": 824811897
        },
        {
            "start": 824811914,
            "stop": 824815150
        },
        {
            "start": 824815167,
            "stop": 824815751
        },
        {
            "start": 824815768,
            "stop": 824816483
        },
        {
            "start": 824816500,
            "stop": 824818423
        },
        {
            "start": 824818723,
            "stop": 824818786
        },
        {
            "start": 824819192,
            "stop": 824821012
        },
        {
            "start": 824821029,
            "stop": 824821269
        },
        {
            "start": 824821273,
            "stop": 824823873
        },
        {
            "start": 824823890,
            "stop": 824824805
        },
        {
            "start": 824824809,
            "stop": 824824870
        },
        {
            "start": 824824887,
            "stop": 824825414
        },
        {
            "start": 824832862,
            "stop": 824832884
        },
        {
            "start": 824832915,
            "stop": 824832963
        },
        {
            "start": 824832982,
            "stop": 824833050
        },
        {
            "start": 824833391,
            "stop": 824833954
        },
        {
            "start": 824833973,
            "stop": 824834054
        },
        {
            "start": 824834073,
            "stop": 824834535
        }
    ]
}