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=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=34",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 35,
    "results": [
        {
            "start": 819278748,
            "stop": 819278759
        },
        {
            "start": 819278817,
            "stop": 819278818
        },
        {
            "start": 819279616,
            "stop": 819291068
        },
        {
            "start": 819300365,
            "stop": 819302426
        },
        {
            "start": 819302428,
            "stop": 819303763
        },
        {
            "start": 819304598,
            "stop": 819307687
        },
        {
            "start": 819307767,
            "stop": 819307768
        },
        {
            "start": 819307791,
            "stop": 819316501
        },
        {
            "start": 819316504,
            "stop": 819316518
        },
        {
            "start": 819319095,
            "stop": 819320569
        },
        {
            "start": 819321636,
            "stop": 819323824
        },
        {
            "start": 819324422,
            "stop": 819325131
        },
        {
            "start": 819326210,
            "stop": 819326953
        },
        {
            "start": 819326993,
            "stop": 819360485
        },
        {
            "start": 819360486,
            "stop": 819360514
        },
        {
            "start": 819360516,
            "stop": 819360637
        },
        {
            "start": 819360641,
            "stop": 819360642
        },
        {
            "start": 819361135,
            "stop": 819369198
        },
        {
            "start": 819369200,
            "stop": 819383941
        },
        {
            "start": 819383943,
            "stop": 819383945
        }
    ]
}