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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=718",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=716",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 717,
    "results": [
        {
            "start": 862534196,
            "stop": 862543187
        },
        {
            "start": 862544098,
            "stop": 862556161
        },
        {
            "start": 862557736,
            "stop": 862565786
        },
        {
            "start": 862567386,
            "stop": 862567992
        },
        {
            "start": 862568991,
            "stop": 862571338
        },
        {
            "start": 862571340,
            "stop": 862583612
        },
        {
            "start": 862584149,
            "stop": 862597451
        },
        {
            "start": 862597986,
            "stop": 862599869
        },
        {
            "start": 862602918,
            "stop": 862605844
        },
        {
            "start": 862606310,
            "stop": 862620873
        },
        {
            "start": 862620875,
            "stop": 862630698
        },
        {
            "start": 862630700,
            "stop": 862646134
        },
        {
            "start": 862646960,
            "stop": 862668066
        },
        {
            "start": 862669174,
            "stop": 862671617
        },
        {
            "start": 862688857,
            "stop": 862689679
        },
        {
            "start": 862691864,
            "stop": 862697390
        },
        {
            "start": 862697393,
            "stop": 862698665
        },
        {
            "start": 862699990,
            "stop": 862701025
        },
        {
            "start": 862702967,
            "stop": 862704831
        },
        {
            "start": 862705720,
            "stop": 862705943
        }
    ]
}