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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=103",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 104,
    "results": [
        {
            "start": 931360884,
            "stop": 931360885
        },
        {
            "start": 931360887,
            "stop": 931360888
        },
        {
            "start": 931360893,
            "stop": 931360894
        },
        {
            "start": 931377655,
            "stop": 931377726
        },
        {
            "start": 931377728,
            "stop": 931377775
        },
        {
            "start": 931377777,
            "stop": 931377781
        },
        {
            "start": 931377783,
            "stop": 931377789
        },
        {
            "start": 931377791,
            "stop": 931377817
        },
        {
            "start": 931377819,
            "stop": 931377953
        },
        {
            "start": 931377954,
            "stop": 931378193
        },
        {
            "start": 931378196,
            "stop": 931378218
        },
        {
            "start": 931378220,
            "stop": 931378299
        },
        {
            "start": 931378301,
            "stop": 931378363
        },
        {
            "start": 931378365,
            "stop": 931378392
        },
        {
            "start": 931378395,
            "stop": 931378420
        },
        {
            "start": 931378422,
            "stop": 931378423
        },
        {
            "start": 931378425,
            "stop": 931378428
        },
        {
            "start": 931378430,
            "stop": 931378512
        },
        {
            "start": 931378514,
            "stop": 931378689
        },
        {
            "start": 931378690,
            "stop": 931378726
        }
    ]
}