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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=49",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 50,
    "results": [
        {
            "start": 816179318,
            "stop": 816179378
        },
        {
            "start": 816179381,
            "stop": 816179388
        },
        {
            "start": 816179391,
            "stop": 816179454
        },
        {
            "start": 816179457,
            "stop": 816179475
        },
        {
            "start": 816179479,
            "stop": 816179546
        },
        {
            "start": 816179549,
            "stop": 816179582
        },
        {
            "start": 816179585,
            "stop": 816179632
        },
        {
            "start": 816179636,
            "stop": 816179693
        },
        {
            "start": 816179696,
            "stop": 816179738
        },
        {
            "start": 816179741,
            "stop": 816179783
        },
        {
            "start": 816179787,
            "stop": 816179790
        },
        {
            "start": 816179793,
            "stop": 816179803
        },
        {
            "start": 816179807,
            "stop": 816179816
        },
        {
            "start": 816179819,
            "stop": 816179849
        },
        {
            "start": 816179855,
            "stop": 816179867
        },
        {
            "start": 816179870,
            "stop": 816179949
        },
        {
            "start": 816179952,
            "stop": 816179954
        },
        {
            "start": 816179958,
            "stop": 816179978
        },
        {
            "start": 816179981,
            "stop": 816179992
        },
        {
            "start": 816179996,
            "stop": 816180009
        }
    ]
}