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=3216
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=3217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3215",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3216,
    "results": [
        {
            "start": 871342700,
            "stop": 871342716
        },
        {
            "start": 871342719,
            "stop": 871343160
        },
        {
            "start": 871343220,
            "stop": 871343940
        },
        {
            "start": 871344000,
            "stop": 871344600
        },
        {
            "start": 871344660,
            "stop": 871345930
        },
        {
            "start": 871345933,
            "stop": 871346444
        },
        {
            "start": 871346450,
            "stop": 871346460
        },
        {
            "start": 871346463,
            "stop": 871346487
        },
        {
            "start": 871346490,
            "stop": 871347524
        },
        {
            "start": 871347825,
            "stop": 871348560
        },
        {
            "start": 871348620,
            "stop": 871349424
        },
        {
            "start": 871349425,
            "stop": 871350090
        },
        {
            "start": 871350095,
            "stop": 871351443
        },
        {
            "start": 871351809,
            "stop": 871352610
        },
        {
            "start": 871352670,
            "stop": 871352857
        },
        {
            "start": 871352861,
            "stop": 871352894
        },
        {
            "start": 871352898,
            "stop": 871354176
        },
        {
            "start": 871354358,
            "stop": 871356150
        },
        {
            "start": 871356210,
            "stop": 871356780
        },
        {
            "start": 871356840,
            "stop": 871357200
        }
    ]
}