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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=163",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 164,
    "results": [
        {
            "start": 840964956,
            "stop": 840965798
        },
        {
            "start": 840966375,
            "stop": 840993813
        },
        {
            "start": 840994415,
            "stop": 840995733
        },
        {
            "start": 840997253,
            "stop": 841003012
        },
        {
            "start": 841003014,
            "stop": 841003020
        },
        {
            "start": 841003021,
            "stop": 841019046
        },
        {
            "start": 841019509,
            "stop": 841020555
        },
        {
            "start": 841021158,
            "stop": 841023804
        },
        {
            "start": 841023806,
            "stop": 841024996
        },
        {
            "start": 841025501,
            "stop": 841026105
        },
        {
            "start": 841026674,
            "stop": 841029048
        },
        {
            "start": 841029611,
            "stop": 841035099
        },
        {
            "start": 841035674,
            "stop": 841043357
        },
        {
            "start": 841043858,
            "stop": 841046628
        },
        {
            "start": 841047101,
            "stop": 841050454
        },
        {
            "start": 841050854,
            "stop": 841053463
        },
        {
            "start": 841053922,
            "stop": 841063324
        },
        {
            "start": 841064981,
            "stop": 841066672
        },
        {
            "start": 841067278,
            "stop": 841068209
        },
        {
            "start": 841068807,
            "stop": 841068808
        }
    ]
}