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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=34",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 35,
    "results": [
        {
            "start": 1127968452,
            "stop": 1127969344
        },
        {
            "start": 1127969352,
            "stop": 1127972988
        },
        {
            "start": 1127972995,
            "stop": 1127984058
        },
        {
            "start": 1127984059,
            "stop": 1127989076
        },
        {
            "start": 1127989083,
            "stop": 1128019573
        },
        {
            "start": 1128019580,
            "stop": 1128021041
        },
        {
            "start": 1128021048,
            "stop": 1128021672
        },
        {
            "start": 1128027892,
            "stop": 1128028980
        },
        {
            "start": 1128028982,
            "stop": 1128029849
        },
        {
            "start": 1128029856,
            "stop": 1128039524
        },
        {
            "start": 1128039531,
            "stop": 1128041844
        },
        {
            "start": 1128041851,
            "stop": 1128047424
        },
        {
            "start": 1128047431,
            "stop": 1128054206
        },
        {
            "start": 1128054213,
            "stop": 1128054854
        },
        {
            "start": 1128054861,
            "stop": 1128070335
        },
        {
            "start": 1128070342,
            "stop": 1128092225
        },
        {
            "start": 1128092226,
            "stop": 1128100907
        },
        {
            "start": 1128116370,
            "stop": 1128118611
        },
        {
            "start": 1128118618,
            "stop": 1128127690
        },
        {
            "start": 1128127697,
            "stop": 1128128421
        }
    ]
}