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=459
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=460",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=458",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 459,
    "results": [
        {
            "start": 860741146,
            "stop": 860755587
        },
        {
            "start": 860757077,
            "stop": 860762928
        },
        {
            "start": 860763952,
            "stop": 860769121
        },
        {
            "start": 860774819,
            "stop": 860775368
        },
        {
            "start": 860775636,
            "stop": 860781252
        },
        {
            "start": 860782848,
            "stop": 860790562
        },
        {
            "start": 860793915,
            "stop": 860818520
        },
        {
            "start": 860818522,
            "stop": 860826078
        },
        {
            "start": 860827335,
            "stop": 860840812
        },
        {
            "start": 860841656,
            "stop": 860844758
        },
        {
            "start": 860846249,
            "stop": 860846611
        },
        {
            "start": 860849520,
            "stop": 860856815
        },
        {
            "start": 860871912,
            "stop": 860872483
        },
        {
            "start": 860872485,
            "stop": 860872944
        },
        {
            "start": 860874022,
            "stop": 860874093
        },
        {
            "start": 860874094,
            "stop": 860875770
        },
        {
            "start": 860879188,
            "stop": 860879192
        },
        {
            "start": 860879195,
            "stop": 860879230
        },
        {
            "start": 860879232,
            "stop": 860879234
        },
        {
            "start": 860879237,
            "stop": 860879240
        }
    ]
}