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=6245
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=6246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6244",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6245,
    "results": [
        {
            "start": 874910649,
            "stop": 874910663
        },
        {
            "start": 874910666,
            "stop": 874910671
        },
        {
            "start": 874910674,
            "stop": 874910680
        },
        {
            "start": 874910683,
            "stop": 874910705
        },
        {
            "start": 874910708,
            "stop": 874910714
        },
        {
            "start": 874910717,
            "stop": 874910875
        },
        {
            "start": 874910878,
            "stop": 874910918
        },
        {
            "start": 874910921,
            "stop": 874910931
        },
        {
            "start": 874910934,
            "stop": 874911063
        },
        {
            "start": 874911066,
            "stop": 874911071
        },
        {
            "start": 874911075,
            "stop": 874911083
        },
        {
            "start": 874911086,
            "stop": 874911089
        },
        {
            "start": 874911092,
            "stop": 874911126
        },
        {
            "start": 874911129,
            "stop": 874911139
        },
        {
            "start": 874911142,
            "stop": 874911348
        },
        {
            "start": 874911350,
            "stop": 874911415
        },
        {
            "start": 874911418,
            "stop": 874911435
        },
        {
            "start": 874911444,
            "stop": 874911455
        },
        {
            "start": 874911458,
            "stop": 874911630
        },
        {
            "start": 874911633,
            "stop": 874911642
        }
    ]
}