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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8095",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8093",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8094,
    "results": [
        {
            "start": 970601831,
            "stop": 970601840
        },
        {
            "start": 970601843,
            "stop": 970601887
        },
        {
            "start": 970601898,
            "stop": 970601932
        },
        {
            "start": 970601935,
            "stop": 970602064
        },
        {
            "start": 970602070,
            "stop": 970602088
        },
        {
            "start": 970602094,
            "stop": 970602119
        },
        {
            "start": 970602122,
            "stop": 970602175
        },
        {
            "start": 970602178,
            "stop": 970602210
        },
        {
            "start": 970602213,
            "stop": 970602240
        },
        {
            "start": 970602243,
            "stop": 970602259
        },
        {
            "start": 970602262,
            "stop": 970602268
        },
        {
            "start": 970602271,
            "stop": 970602285
        },
        {
            "start": 970602288,
            "stop": 970602304
        },
        {
            "start": 970602307,
            "stop": 970602354
        },
        {
            "start": 970602357,
            "stop": 970602363
        },
        {
            "start": 970602366,
            "stop": 970602382
        },
        {
            "start": 970602386,
            "stop": 970602401
        },
        {
            "start": 970602404,
            "stop": 970602437
        },
        {
            "start": 970602440,
            "stop": 970602467
        },
        {
            "start": 970602470,
            "stop": 970602477
        }
    ]
}