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=3778
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=3779",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3777",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3778,
    "results": [
        {
            "start": 874342969,
            "stop": 874343280
        },
        {
            "start": 874343340,
            "stop": 874343375
        },
        {
            "start": 874343392,
            "stop": 874343640
        },
        {
            "start": 874343700,
            "stop": 874343838
        },
        {
            "start": 874343842,
            "stop": 874343861
        },
        {
            "start": 874343868,
            "stop": 874343998
        },
        {
            "start": 874344015,
            "stop": 874344271
        },
        {
            "start": 874344288,
            "stop": 874344508
        },
        {
            "start": 874344525,
            "stop": 874345486
        },
        {
            "start": 874345680,
            "stop": 874346074
        },
        {
            "start": 874346091,
            "stop": 874347480
        },
        {
            "start": 874347540,
            "stop": 874347582
        },
        {
            "start": 874348852,
            "stop": 874349404
        },
        {
            "start": 874350418,
            "stop": 874350540
        },
        {
            "start": 874350600,
            "stop": 874350720
        },
        {
            "start": 874350780,
            "stop": 874350840
        },
        {
            "start": 874350960,
            "stop": 874351200
        },
        {
            "start": 874351260,
            "stop": 874351500
        },
        {
            "start": 874351620,
            "stop": 874352463
        },
        {
            "start": 874355523,
            "stop": 874355896
        }
    ]
}