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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=57",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 58,
    "results": [
        {
            "start": 821164923,
            "stop": 821164939
        },
        {
            "start": 821164942,
            "stop": 821165032
        },
        {
            "start": 821165037,
            "stop": 821165146
        },
        {
            "start": 821165149,
            "stop": 821165156
        },
        {
            "start": 821165159,
            "stop": 821165251
        },
        {
            "start": 821165254,
            "stop": 821165395
        },
        {
            "start": 821165398,
            "stop": 821165997
        },
        {
            "start": 821166000,
            "stop": 821166192
        },
        {
            "start": 821166195,
            "stop": 821166228
        },
        {
            "start": 821166231,
            "stop": 821166312
        },
        {
            "start": 821166315,
            "stop": 821166349
        },
        {
            "start": 821166352,
            "stop": 821166418
        },
        {
            "start": 821166421,
            "stop": 821166594
        },
        {
            "start": 821166597,
            "stop": 821166693
        },
        {
            "start": 821166699,
            "stop": 821166842
        },
        {
            "start": 821166845,
            "stop": 821166944
        },
        {
            "start": 821166947,
            "stop": 821167177
        },
        {
            "start": 821167180,
            "stop": 821167329
        },
        {
            "start": 821167332,
            "stop": 821167352
        },
        {
            "start": 821167355,
            "stop": 821167491
        }
    ]
}