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=3247
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=3248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3246",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3247,
    "results": [
        {
            "start": 872563160,
            "stop": 872564579
        },
        {
            "start": 872566452,
            "stop": 872566680
        },
        {
            "start": 872566800,
            "stop": 872567790
        },
        {
            "start": 872568000,
            "stop": 872568518
        },
        {
            "start": 872568519,
            "stop": 872568823
        },
        {
            "start": 872568825,
            "stop": 872569200
        },
        {
            "start": 872569260,
            "stop": 872569724
        },
        {
            "start": 872570025,
            "stop": 872570064
        },
        {
            "start": 872570075,
            "stop": 872572320
        },
        {
            "start": 872572440,
            "stop": 872572800
        },
        {
            "start": 872572860,
            "stop": 872573340
        },
        {
            "start": 872573640,
            "stop": 872573700
        },
        {
            "start": 872574000,
            "stop": 872574120
        },
        {
            "start": 872574480,
            "stop": 872574600
        },
        {
            "start": 872574780,
            "stop": 872574840
        },
        {
            "start": 872574900,
            "stop": 872574960
        },
        {
            "start": 872575020,
            "stop": 872575080
        },
        {
            "start": 872575140,
            "stop": 872575200
        },
        {
            "start": 872575260,
            "stop": 872575380
        },
        {
            "start": 872575440,
            "stop": 872576400
        }
    ]
}