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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6245",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6246,
    "results": [
        {
            "start": 874911645,
            "stop": 874911654
        },
        {
            "start": 874911657,
            "stop": 874911741
        },
        {
            "start": 874911744,
            "stop": 874911811
        },
        {
            "start": 874911819,
            "stop": 874911824
        },
        {
            "start": 874911826,
            "stop": 874911837
        },
        {
            "start": 874911840,
            "stop": 874911843
        },
        {
            "start": 874911855,
            "stop": 874911869
        },
        {
            "start": 874911870,
            "stop": 874911904
        },
        {
            "start": 874911908,
            "stop": 874911916
        },
        {
            "start": 874911921,
            "stop": 874911932
        },
        {
            "start": 874911938,
            "stop": 874911941
        },
        {
            "start": 874911946,
            "stop": 874911963
        },
        {
            "start": 874911972,
            "stop": 874912069
        },
        {
            "start": 874912072,
            "stop": 874912306
        },
        {
            "start": 874912309,
            "stop": 874912324
        },
        {
            "start": 874912327,
            "stop": 874912357
        },
        {
            "start": 874912360,
            "stop": 874912361
        },
        {
            "start": 874912364,
            "stop": 874912402
        },
        {
            "start": 874912405,
            "stop": 874912411
        },
        {
            "start": 874912414,
            "stop": 874912446
        }
    ]
}