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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=260",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 261,
    "results": [
        {
            "start": 872347768,
            "stop": 872348306
        },
        {
            "start": 872366580,
            "stop": 872367539
        },
        {
            "start": 872369094,
            "stop": 872373244
        },
        {
            "start": 872375969,
            "stop": 872419732
        },
        {
            "start": 872422289,
            "stop": 872442778
        },
        {
            "start": 872444062,
            "stop": 872461174
        },
        {
            "start": 872463044,
            "stop": 872515401
        },
        {
            "start": 872516644,
            "stop": 872516887
        },
        {
            "start": 872517825,
            "stop": 872534380
        },
        {
            "start": 872534700,
            "stop": 872538682
        },
        {
            "start": 872539556,
            "stop": 872564359
        },
        {
            "start": 872565002,
            "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": 872816886
        },
        {
            "start": 872818625,
            "stop": 872871871
        }
    ]
}