Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=377
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=376",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 377,
    "results": [
        {
            "start": 857735579,
            "stop": 857735600
        },
        {
            "start": 857738310,
            "stop": 857738794
        },
        {
            "start": 857738795,
            "stop": 857738891
        },
        {
            "start": 857738892,
            "stop": 857738910
        },
        {
            "start": 857741615,
            "stop": 857742120
        },
        {
            "start": 857742125,
            "stop": 857742753
        },
        {
            "start": 857742757,
            "stop": 857742763
        },
        {
            "start": 857742767,
            "stop": 857742768
        },
        {
            "start": 857742774,
            "stop": 857742918
        },
        {
            "start": 857743218,
            "stop": 857743247
        },
        {
            "start": 857743253,
            "stop": 857745766
        },
        {
            "start": 857745768,
            "stop": 857748438
        },
        {
            "start": 857748439,
            "stop": 857748440
        },
        {
            "start": 857748442,
            "stop": 857748445
        },
        {
            "start": 857748446,
            "stop": 857749052
        },
        {
            "start": 857749239,
            "stop": 857749775
        },
        {
            "start": 857749780,
            "stop": 857750180
        },
        {
            "start": 857750183,
            "stop": 857752101
        },
        {
            "start": 857752104,
            "stop": 857755024
        },
        {
            "start": 857755325,
            "stop": 857755485
        }
    ]
}