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=3244
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=3245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3243",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3244,
    "results": [
        {
            "start": 872458945,
            "stop": 872458946
        },
        {
            "start": 872458951,
            "stop": 872458957
        },
        {
            "start": 872458960,
            "stop": 872458963
        },
        {
            "start": 872458968,
            "stop": 872458969
        },
        {
            "start": 872458972,
            "stop": 872458980
        },
        {
            "start": 872459040,
            "stop": 872460000
        },
        {
            "start": 872460060,
            "stop": 872461192
        },
        {
            "start": 872461837,
            "stop": 872462055
        },
        {
            "start": 872462061,
            "stop": 872462160
        },
        {
            "start": 872462220,
            "stop": 872462280
        },
        {
            "start": 872462340,
            "stop": 872462700
        },
        {
            "start": 872462820,
            "stop": 872465444
        },
        {
            "start": 872465625,
            "stop": 872466644
        },
        {
            "start": 872466885,
            "stop": 872468655
        },
        {
            "start": 872468660,
            "stop": 872468677
        },
        {
            "start": 872468683,
            "stop": 872483264
        },
        {
            "start": 872483445,
            "stop": 872507804
        },
        {
            "start": 872507985,
            "stop": 872508284
        },
        {
            "start": 872508465,
            "stop": 872508584
        },
        {
            "start": 872508765,
            "stop": 872511780
        }
    ]
}