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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=162",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 163,
    "results": [
        {
            "start": 840872558,
            "stop": 840872693
        },
        {
            "start": 840873156,
            "stop": 840873289
        },
        {
            "start": 840874229,
            "stop": 840874240
        },
        {
            "start": 840874785,
            "stop": 840882404
        },
        {
            "start": 840884517,
            "stop": 840889764
        },
        {
            "start": 840890325,
            "stop": 840890562
        },
        {
            "start": 840891141,
            "stop": 840891819
        },
        {
            "start": 840892399,
            "stop": 840894734
        },
        {
            "start": 840895755,
            "stop": 840896251
        },
        {
            "start": 840896806,
            "stop": 840897612
        },
        {
            "start": 840924044,
            "stop": 840926194
        },
        {
            "start": 840927947,
            "stop": 840928023
        },
        {
            "start": 840928492,
            "stop": 840928635
        },
        {
            "start": 840929458,
            "stop": 840931121
        },
        {
            "start": 840932036,
            "stop": 840932633
        },
        {
            "start": 840933996,
            "stop": 840940570
        },
        {
            "start": 840941096,
            "stop": 840942558
        },
        {
            "start": 840943055,
            "stop": 840944728
        },
        {
            "start": 840945257,
            "stop": 840945911
        },
        {
            "start": 840946960,
            "stop": 840963606
        }
    ]
}