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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7275",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7276,
    "results": [
        {
            "start": 874988657,
            "stop": 874988662
        },
        {
            "start": 874988664,
            "stop": 874988668
        },
        {
            "start": 874988670,
            "stop": 874988672
        },
        {
            "start": 874988674,
            "stop": 874988675
        },
        {
            "start": 874988677,
            "stop": 874988679
        },
        {
            "start": 874988680,
            "stop": 874988719
        },
        {
            "start": 874988720,
            "stop": 874988928
        },
        {
            "start": 874988929,
            "stop": 874988934
        },
        {
            "start": 874988936,
            "stop": 874988977
        },
        {
            "start": 874988978,
            "stop": 874989432
        },
        {
            "start": 874989433,
            "stop": 874989751
        },
        {
            "start": 874989752,
            "stop": 874990384
        },
        {
            "start": 874990385,
            "stop": 874990439
        },
        {
            "start": 874990440,
            "stop": 874990510
        },
        {
            "start": 874990511,
            "stop": 874990964
        },
        {
            "start": 874990965,
            "stop": 874991439
        },
        {
            "start": 874991440,
            "stop": 874991765
        },
        {
            "start": 874991766,
            "stop": 874991823
        },
        {
            "start": 874991825,
            "stop": 874991921
        },
        {
            "start": 874991922,
            "stop": 874992128
        }
    ]
}