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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=80",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 81,
    "results": [
        {
            "start": 823356287,
            "stop": 823357262
        },
        {
            "start": 823357804,
            "stop": 823361284
        },
        {
            "start": 823410891,
            "stop": 823423193
        },
        {
            "start": 823426108,
            "stop": 823444915
        },
        {
            "start": 823444920,
            "stop": 823449537
        },
        {
            "start": 823449545,
            "stop": 823449969
        },
        {
            "start": 823450225,
            "stop": 823450810
        },
        {
            "start": 823517554,
            "stop": 823531522
        },
        {
            "start": 823601121,
            "stop": 823613886
        },
        {
            "start": 823613990,
            "stop": 823615110
        },
        {
            "start": 823615170,
            "stop": 823615188
        },
        {
            "start": 823616642,
            "stop": 823617734
        },
        {
            "start": 823698641,
            "stop": 823711817
        },
        {
            "start": 823768885,
            "stop": 823768965
        },
        {
            "start": 823769267,
            "stop": 823769972
        },
        {
            "start": 823770272,
            "stop": 823770626
        },
        {
            "start": 823770926,
            "stop": 823770950
        },
        {
            "start": 823771250,
            "stop": 823771388
        },
        {
            "start": 823771950,
            "stop": 823772308
        },
        {
            "start": 823772608,
            "stop": 823773389
        }
    ]
}