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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=786",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=784",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 785,
    "results": [
        {
            "start": 872569934,
            "stop": 872600852
        },
        {
            "start": 872600854,
            "stop": 872612746
        },
        {
            "start": 872612748,
            "stop": 872625989
        },
        {
            "start": 872626566,
            "stop": 872635337
        },
        {
            "start": 872636324,
            "stop": 872643776
        },
        {
            "start": 872649214,
            "stop": 872704648
        },
        {
            "start": 872712918,
            "stop": 872712928
        },
        {
            "start": 872713606,
            "stop": 872713717
        },
        {
            "start": 872714335,
            "stop": 872731105
        },
        {
            "start": 872738055,
            "stop": 872804715
        },
        {
            "start": 872804717,
            "stop": 872816886
        },
        {
            "start": 872818625,
            "stop": 872871871
        },
        {
            "start": 872873417,
            "stop": 872885606
        },
        {
            "start": 872885610,
            "stop": 872885708
        },
        {
            "start": 872885712,
            "stop": 872885740
        },
        {
            "start": 872888900,
            "stop": 872894704
        },
        {
            "start": 872896243,
            "stop": 872916036
        },
        {
            "start": 872917969,
            "stop": 872917990
        },
        {
            "start": 872921613,
            "stop": 872925544
        },
        {
            "start": 872925548,
            "stop": 872953195
        }
    ]
}