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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4045",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4043",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4044,
    "results": [
        {
            "start": 875114992,
            "stop": 875115008
        },
        {
            "start": 875115011,
            "stop": 875115015
        },
        {
            "start": 875115018,
            "stop": 875115274
        },
        {
            "start": 875115277,
            "stop": 875115284
        },
        {
            "start": 875115291,
            "stop": 875115292
        },
        {
            "start": 875115295,
            "stop": 875115296
        },
        {
            "start": 875115299,
            "stop": 875115300
        },
        {
            "start": 875115307,
            "stop": 875115323
        },
        {
            "start": 875115326,
            "stop": 875115329
        },
        {
            "start": 875115332,
            "stop": 875115335
        },
        {
            "start": 875115338,
            "stop": 875115343
        },
        {
            "start": 875115346,
            "stop": 875115352
        },
        {
            "start": 875115356,
            "stop": 875115412
        },
        {
            "start": 875115415,
            "stop": 875115421
        },
        {
            "start": 875115426,
            "stop": 875115881
        },
        {
            "start": 875116618,
            "stop": 875116639
        },
        {
            "start": 875116642,
            "stop": 875116647
        },
        {
            "start": 875116650,
            "stop": 875116781
        },
        {
            "start": 875116787,
            "stop": 875116792
        },
        {
            "start": 875116797,
            "stop": 875116800
        }
    ]
}