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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3787",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3785",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3786,
    "results": [
        {
            "start": 874451314,
            "stop": 874452194
        },
        {
            "start": 874452211,
            "stop": 874452351
        },
        {
            "start": 874452368,
            "stop": 874452386
        },
        {
            "start": 874452403,
            "stop": 874452614
        },
        {
            "start": 874452631,
            "stop": 874452642
        },
        {
            "start": 874452659,
            "stop": 874452711
        },
        {
            "start": 874452728,
            "stop": 874452886
        },
        {
            "start": 874452903,
            "stop": 874452975
        },
        {
            "start": 874452992,
            "stop": 874453004
        },
        {
            "start": 874453021,
            "stop": 874453236
        },
        {
            "start": 874453253,
            "stop": 874453327
        },
        {
            "start": 874453344,
            "stop": 874453381
        },
        {
            "start": 874453398,
            "stop": 874453432
        },
        {
            "start": 874453449,
            "stop": 874453575
        },
        {
            "start": 874453592,
            "stop": 874454173
        },
        {
            "start": 874454190,
            "stop": 874454209
        },
        {
            "start": 874454226,
            "stop": 874455139
        },
        {
            "start": 874455158,
            "stop": 874455840
        },
        {
            "start": 874455960,
            "stop": 874456227
        },
        {
            "start": 874456244,
            "stop": 874456705
        }
    ]
}