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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=33",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 34,
    "results": [
        {
            "start": 941900441,
            "stop": 941904266
        },
        {
            "start": 941938842,
            "stop": 941959680
        },
        {
            "start": 942139555,
            "stop": 942155423
        },
        {
            "start": 942156313,
            "stop": 942158939
        },
        {
            "start": 942162482,
            "stop": 942168920
        },
        {
            "start": 942174770,
            "stop": 942175028
        },
        {
            "start": 942197140,
            "stop": 942201204
        },
        {
            "start": 942204139,
            "stop": 942208701
        },
        {
            "start": 942210317,
            "stop": 942214872
        },
        {
            "start": 942217947,
            "stop": 942218461
        },
        {
            "start": 942218613,
            "stop": 942254373
        },
        {
            "start": 942265831,
            "stop": 942268612
        },
        {
            "start": 942272234,
            "stop": 942273496
        },
        {
            "start": 942274856,
            "stop": 942276122
        },
        {
            "start": 942278336,
            "stop": 942284034
        },
        {
            "start": 942285140,
            "stop": 942299075
        },
        {
            "start": 942303214,
            "stop": 942316861
        },
        {
            "start": 942318324,
            "stop": 942361792
        },
        {
            "start": 942363882,
            "stop": 942377231
        },
        {
            "start": 942385942,
            "stop": 942418120
        }
    ]
}