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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=162",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 163,
    "results": [
        {
            "start": 844186813,
            "stop": 844187395
        },
        {
            "start": 844189505,
            "stop": 844192157
        },
        {
            "start": 844192978,
            "stop": 844193658
        },
        {
            "start": 844195737,
            "stop": 844199157
        },
        {
            "start": 844199661,
            "stop": 844200189
        },
        {
            "start": 844200521,
            "stop": 844215363
        },
        {
            "start": 844215495,
            "stop": 844215655
        },
        {
            "start": 844216145,
            "stop": 844241090
        },
        {
            "start": 844243166,
            "stop": 844270313
        },
        {
            "start": 844270682,
            "stop": 844271591
        },
        {
            "start": 844273199,
            "stop": 844313282
        },
        {
            "start": 844314142,
            "stop": 844316092
        },
        {
            "start": 844318970,
            "stop": 844321486
        },
        {
            "start": 844322787,
            "stop": 844325892
        },
        {
            "start": 844327314,
            "stop": 844328152
        },
        {
            "start": 844329366,
            "stop": 844352733
        },
        {
            "start": 844357548,
            "stop": 844367931
        },
        {
            "start": 844368349,
            "stop": 844394334
        },
        {
            "start": 844396696,
            "stop": 844413799
        },
        {
            "start": 844414626,
            "stop": 844416938
        }
    ]
}