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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=75",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 76,
    "results": [
        {
            "start": 822917469,
            "stop": 822920423
        },
        {
            "start": 822922220,
            "stop": 822927317
        },
        {
            "start": 822927328,
            "stop": 822927332
        },
        {
            "start": 822927338,
            "stop": 822927350
        },
        {
            "start": 822927355,
            "stop": 822928152
        },
        {
            "start": 822928321,
            "stop": 822931343
        },
        {
            "start": 822931528,
            "stop": 822932419
        },
        {
            "start": 822932524,
            "stop": 822936355
        },
        {
            "start": 822936979,
            "stop": 822936997
        },
        {
            "start": 822936998,
            "stop": 822940057
        },
        {
            "start": 822940065,
            "stop": 822940295
        },
        {
            "start": 822940300,
            "stop": 822942880
        },
        {
            "start": 822942926,
            "stop": 822944084
        },
        {
            "start": 822944384,
            "stop": 822946933
        },
        {
            "start": 822947407,
            "stop": 822949165
        },
        {
            "start": 822949170,
            "stop": 822949187
        },
        {
            "start": 822949193,
            "stop": 822949850
        },
        {
            "start": 822949897,
            "stop": 822949945
        },
        {
            "start": 822950031,
            "stop": 822950964
        },
        {
            "start": 822951002,
            "stop": 822951024
        }
    ]
}