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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=87",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 88,
    "results": [
        {
            "start": 823870898,
            "stop": 823870917
        },
        {
            "start": 823870919,
            "stop": 823870965
        },
        {
            "start": 823871506,
            "stop": 823873633
        },
        {
            "start": 823873634,
            "stop": 823873637
        },
        {
            "start": 823873639,
            "stop": 823873660
        },
        {
            "start": 823879029,
            "stop": 823879241
        },
        {
            "start": 823880269,
            "stop": 823880338
        },
        {
            "start": 823880340,
            "stop": 823880385
        },
        {
            "start": 823881100,
            "stop": 823881528
        },
        {
            "start": 823881530,
            "stop": 823884225
        },
        {
            "start": 823884226,
            "stop": 823885532
        },
        {
            "start": 823885535,
            "stop": 823885536
        },
        {
            "start": 823886866,
            "stop": 823887256
        },
        {
            "start": 823888291,
            "stop": 823889000
        },
        {
            "start": 823889002,
            "stop": 823889436
        },
        {
            "start": 823890013,
            "stop": 823891778
        },
        {
            "start": 823893817,
            "stop": 823894402
        },
        {
            "start": 823926051,
            "stop": 823927959
        },
        {
            "start": 823927961,
            "stop": 823929456
        },
        {
            "start": 823929458,
            "stop": 823930954
        }
    ]
}