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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3287",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3288,
    "results": [
        {
            "start": 874333007,
            "stop": 874336380
        },
        {
            "start": 874336440,
            "stop": 874337520
        },
        {
            "start": 874337580,
            "stop": 874337700
        },
        {
            "start": 874337760,
            "stop": 874338000
        },
        {
            "start": 874338060,
            "stop": 874340680
        },
        {
            "start": 874341390,
            "stop": 874342386
        },
        {
            "start": 874342389,
            "stop": 874342397
        },
        {
            "start": 874342587,
            "stop": 874342800
        },
        {
            "start": 874342920,
            "stop": 874342957
        },
        {
            "start": 874342961,
            "stop": 874343280
        },
        {
            "start": 874343340,
            "stop": 874343383
        },
        {
            "start": 874343387,
            "stop": 874343640
        },
        {
            "start": 874343700,
            "stop": 874343838
        },
        {
            "start": 874343842,
            "stop": 874343861
        },
        {
            "start": 874343868,
            "stop": 874344011
        },
        {
            "start": 874344014,
            "stop": 874345494
        },
        {
            "start": 874345497,
            "stop": 874345500
        },
        {
            "start": 874345680,
            "stop": 874347480
        },
        {
            "start": 874347540,
            "stop": 874347582
        },
        {
            "start": 874348852,
            "stop": 874349404
        }
    ]
}