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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5059",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5057",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5058,
    "results": [
        {
            "start": 874605864,
            "stop": 874605870
        },
        {
            "start": 874605890,
            "stop": 874605906
        },
        {
            "start": 874605963,
            "stop": 874605966
        },
        {
            "start": 874605998,
            "stop": 874606001
        },
        {
            "start": 874606021,
            "stop": 874606031
        },
        {
            "start": 874606056,
            "stop": 874606061
        },
        {
            "start": 874606088,
            "stop": 874606090
        },
        {
            "start": 874606137,
            "stop": 874606190
        },
        {
            "start": 874606213,
            "stop": 874606224
        },
        {
            "start": 874606243,
            "stop": 874606297
        },
        {
            "start": 874606317,
            "stop": 874606321
        },
        {
            "start": 874606375,
            "stop": 874606483
        },
        {
            "start": 874606532,
            "stop": 874606551
        },
        {
            "start": 874606571,
            "stop": 874606576
        },
        {
            "start": 874606600,
            "stop": 874606604
        },
        {
            "start": 874606671,
            "stop": 874606712
        },
        {
            "start": 874606732,
            "stop": 874606737
        },
        {
            "start": 874606757,
            "stop": 874606815
        },
        {
            "start": 874606834,
            "stop": 874606836
        },
        {
            "start": 874606855,
            "stop": 874606896
        }
    ]
}