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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=172",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 173,
    "results": [
        {
            "start": 842915949,
            "stop": 842916074
        },
        {
            "start": 842916082,
            "stop": 842916274
        },
        {
            "start": 842916404,
            "stop": 842916507
        },
        {
            "start": 842916508,
            "stop": 842916524
        },
        {
            "start": 842916525,
            "stop": 842916729
        },
        {
            "start": 842916737,
            "stop": 842916778
        },
        {
            "start": 842922491,
            "stop": 842922687
        },
        {
            "start": 842922689,
            "stop": 842923162
        },
        {
            "start": 842923163,
            "stop": 842923164
        },
        {
            "start": 842923165,
            "stop": 842923544
        },
        {
            "start": 842923545,
            "stop": 842924261
        },
        {
            "start": 842924263,
            "stop": 842924884
        },
        {
            "start": 842924886,
            "stop": 842925115
        },
        {
            "start": 842925117,
            "stop": 842925139
        },
        {
            "start": 842925140,
            "stop": 842928273
        },
        {
            "start": 842929319,
            "stop": 842964022
        },
        {
            "start": 842964136,
            "stop": 842969775
        },
        {
            "start": 842969822,
            "stop": 842972914
        },
        {
            "start": 842975665,
            "stop": 842978180
        },
        {
            "start": 842978308,
            "stop": 842979949
        }
    ]
}