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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46876",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46874",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46875,
    "results": [
        {
            "start": 875148348,
            "stop": 875148356
        },
        {
            "start": 875148360,
            "stop": 875148362
        },
        {
            "start": 875148363,
            "stop": 875148367
        },
        {
            "start": 875148369,
            "stop": 875148379
        },
        {
            "start": 875148382,
            "stop": 875148389
        },
        {
            "start": 875148391,
            "stop": 875148394
        },
        {
            "start": 875148395,
            "stop": 875148404
        },
        {
            "start": 875148407,
            "stop": 875148410
        },
        {
            "start": 875148411,
            "stop": 875148443
        },
        {
            "start": 875148444,
            "stop": 875148471
        },
        {
            "start": 875148473,
            "stop": 875148474
        },
        {
            "start": 875148476,
            "stop": 875148482
        },
        {
            "start": 875148483,
            "stop": 875148484
        },
        {
            "start": 875148487,
            "stop": 875148511
        },
        {
            "start": 875148512,
            "stop": 875148537
        },
        {
            "start": 875148538,
            "stop": 875148551
        },
        {
            "start": 875148552,
            "stop": 875148581
        },
        {
            "start": 875148583,
            "stop": 875148598
        },
        {
            "start": 875148599,
            "stop": 875148601
        },
        {
            "start": 875148605,
            "stop": 875148610
        }
    ]
}