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=473
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=474",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=472",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 473,
    "results": [
        {
            "start": 821782469,
            "stop": 821782485
        },
        {
            "start": 821782491,
            "stop": 821782502
        },
        {
            "start": 821782505,
            "stop": 821782508
        },
        {
            "start": 821782511,
            "stop": 821782514
        },
        {
            "start": 821782517,
            "stop": 821782587
        },
        {
            "start": 821782590,
            "stop": 821782625
        },
        {
            "start": 821782631,
            "stop": 821782642
        },
        {
            "start": 821782645,
            "stop": 821782662
        },
        {
            "start": 821782666,
            "stop": 821782691
        },
        {
            "start": 821782694,
            "stop": 821782749
        },
        {
            "start": 821782755,
            "stop": 821782757
        },
        {
            "start": 821782760,
            "stop": 821782774
        },
        {
            "start": 821782777,
            "stop": 821782780
        },
        {
            "start": 821782783,
            "stop": 821782802
        },
        {
            "start": 821782805,
            "stop": 821782851
        },
        {
            "start": 821782854,
            "stop": 821782858
        },
        {
            "start": 821782861,
            "stop": 821782933
        },
        {
            "start": 821782936,
            "stop": 821782937
        },
        {
            "start": 821782940,
            "stop": 821782944
        },
        {
            "start": 821782947,
            "stop": 821782949
        }
    ]
}