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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=488",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=486",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 487,
    "results": [
        {
            "start": 821794196,
            "stop": 821796444
        },
        {
            "start": 821796452,
            "stop": 821796475
        },
        {
            "start": 821796483,
            "stop": 821796984
        },
        {
            "start": 821796991,
            "stop": 821797286
        },
        {
            "start": 821797294,
            "stop": 821797509
        },
        {
            "start": 821797517,
            "stop": 821797806
        },
        {
            "start": 821797809,
            "stop": 821797838
        },
        {
            "start": 821797841,
            "stop": 821799357
        },
        {
            "start": 821799360,
            "stop": 821799398
        },
        {
            "start": 821799401,
            "stop": 821802440
        },
        {
            "start": 821802447,
            "stop": 821803896
        },
        {
            "start": 821803899,
            "stop": 821806673
        },
        {
            "start": 821806676,
            "stop": 821810349
        },
        {
            "start": 821820754,
            "stop": 821820768
        },
        {
            "start": 821820775,
            "stop": 821820849
        },
        {
            "start": 821820856,
            "stop": 821823244
        },
        {
            "start": 821823245,
            "stop": 821824756
        },
        {
            "start": 821825474,
            "stop": 821831903
        },
        {
            "start": 821832644,
            "stop": 821834453
        },
        {
            "start": 821834454,
            "stop": 821834456
        }
    ]
}