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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3665",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3663",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3664,
    "results": [
        {
            "start": 970782751,
            "stop": 970782764
        },
        {
            "start": 970782767,
            "stop": 970783044
        },
        {
            "start": 970783045,
            "stop": 970783141
        },
        {
            "start": 970783144,
            "stop": 970784083
        },
        {
            "start": 970784086,
            "stop": 970784267
        },
        {
            "start": 970784270,
            "stop": 970784586
        },
        {
            "start": 970784587,
            "stop": 970785245
        },
        {
            "start": 970785248,
            "stop": 970785824
        },
        {
            "start": 970785827,
            "stop": 970786097
        },
        {
            "start": 970786098,
            "stop": 970786396
        },
        {
            "start": 970786399,
            "stop": 970787027
        },
        {
            "start": 970787030,
            "stop": 970787933
        },
        {
            "start": 970787934,
            "stop": 970788633
        },
        {
            "start": 970788636,
            "stop": 970788659
        },
        {
            "start": 970788662,
            "stop": 970789164
        },
        {
            "start": 970789167,
            "stop": 970789191
        },
        {
            "start": 970789194,
            "stop": 970789483
        },
        {
            "start": 970789485,
            "stop": 970789789
        },
        {
            "start": 970789793,
            "stop": 970789897
        },
        {
            "start": 970789900,
            "stop": 970789993
        }
    ]
}