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=791
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=792",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=790",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 791,
    "results": [
        {
            "start": 873027130,
            "stop": 873027139
        },
        {
            "start": 873027145,
            "stop": 873027150
        },
        {
            "start": 873027157,
            "stop": 873027163
        },
        {
            "start": 873027170,
            "stop": 873027175
        },
        {
            "start": 873027179,
            "stop": 873027188
        },
        {
            "start": 873027195,
            "stop": 873027200
        },
        {
            "start": 873027204,
            "stop": 873027212
        },
        {
            "start": 873027219,
            "stop": 873027225
        },
        {
            "start": 873027231,
            "stop": 873027236
        },
        {
            "start": 873027244,
            "stop": 873027248
        },
        {
            "start": 873027252,
            "stop": 873027286
        },
        {
            "start": 873027292,
            "stop": 873027296
        },
        {
            "start": 873027303,
            "stop": 873027308
        },
        {
            "start": 873027313,
            "stop": 873027320
        },
        {
            "start": 873027327,
            "stop": 873027332
        },
        {
            "start": 873027339,
            "stop": 873027344
        },
        {
            "start": 873027352,
            "stop": 873027357
        },
        {
            "start": 873027364,
            "stop": 873027369
        },
        {
            "start": 873027376,
            "stop": 873027382
        },
        {
            "start": 873027388,
            "stop": 873027395
        }
    ]
}