Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=57",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 58,
    "results": [
        {
            "start": 822898273,
            "stop": 822912143
        },
        {
            "start": 822912236,
            "stop": 822913089
        },
        {
            "start": 822913244,
            "stop": 822914617
        },
        {
            "start": 822914763,
            "stop": 822915001
        },
        {
            "start": 822917469,
            "stop": 822920422
        },
        {
            "start": 822922220,
            "stop": 822928151
        },
        {
            "start": 822928321,
            "stop": 822931342
        },
        {
            "start": 822931528,
            "stop": 822932419
        },
        {
            "start": 822932524,
            "stop": 822936355
        },
        {
            "start": 822936979,
            "stop": 822936997
        },
        {
            "start": 822937008,
            "stop": 822942879
        },
        {
            "start": 822942926,
            "stop": 822949849
        },
        {
            "start": 822949897,
            "stop": 822949944
        },
        {
            "start": 822950031,
            "stop": 822950963
        },
        {
            "start": 822951002,
            "stop": 822951023
        },
        {
            "start": 822951076,
            "stop": 822951087
        },
        {
            "start": 822951204,
            "stop": 822951219
        },
        {
            "start": 822953424,
            "stop": 822954026
        },
        {
            "start": 822954227,
            "stop": 822956879
        },
        {
            "start": 822956963,
            "stop": 822957316
        }
    ]
}