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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8756",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8754",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8755,
    "results": [
        {
            "start": 873125578,
            "stop": 873126720
        },
        {
            "start": 873126780,
            "stop": 873126830
        },
        {
            "start": 873126910,
            "stop": 873127215
        },
        {
            "start": 873127335,
            "stop": 873128150
        },
        {
            "start": 873128290,
            "stop": 873128346
        },
        {
            "start": 873128363,
            "stop": 873128690
        },
        {
            "start": 873128847,
            "stop": 873128880
        },
        {
            "start": 873128940,
            "stop": 873129420
        },
        {
            "start": 873129480,
            "stop": 873129540
        },
        {
            "start": 873129600,
            "stop": 873129660
        },
        {
            "start": 873129720,
            "stop": 873129780
        },
        {
            "start": 873129840,
            "stop": 873129900
        },
        {
            "start": 873129960,
            "stop": 873130357
        },
        {
            "start": 873130477,
            "stop": 873130599
        },
        {
            "start": 873130719,
            "stop": 873130920
        },
        {
            "start": 873130980,
            "stop": 873131468
        },
        {
            "start": 873131485,
            "stop": 873131730
        },
        {
            "start": 873131850,
            "stop": 873131853
        },
        {
            "start": 873131870,
            "stop": 873132825
        },
        {
            "start": 873132945,
            "stop": 873133325
        }
    ]
}