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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2365",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2366,
    "results": [
        {
            "start": 874812677,
            "stop": 874812955
        },
        {
            "start": 874812974,
            "stop": 874813087
        },
        {
            "start": 874813120,
            "stop": 874813375
        },
        {
            "start": 874813420,
            "stop": 874813430
        },
        {
            "start": 874813455,
            "stop": 874813581
        },
        {
            "start": 874813607,
            "stop": 874816200
        },
        {
            "start": 874816226,
            "stop": 874816493
        },
        {
            "start": 874816512,
            "stop": 874818536
        },
        {
            "start": 874818660,
            "stop": 874819125
        },
        {
            "start": 874819172,
            "stop": 874819247
        },
        {
            "start": 874819266,
            "stop": 874819845
        },
        {
            "start": 874819864,
            "stop": 874820170
        },
        {
            "start": 874820189,
            "stop": 874820291
        },
        {
            "start": 874820310,
            "stop": 874821080
        },
        {
            "start": 874821127,
            "stop": 874822918
        },
        {
            "start": 874822939,
            "stop": 874823530
        },
        {
            "start": 874823548,
            "stop": 874824148
        },
        {
            "start": 874824174,
            "stop": 874824728
        },
        {
            "start": 874824775,
            "stop": 874825340
        },
        {
            "start": 874825360,
            "stop": 874826315
        }
    ]
}