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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40578",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40576",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40577,
    "results": [
        {
            "start": 874852636,
            "stop": 874852639
        },
        {
            "start": 874852640,
            "stop": 874852708
        },
        {
            "start": 874852709,
            "stop": 874852729
        },
        {
            "start": 874852731,
            "stop": 874852793
        },
        {
            "start": 874852795,
            "stop": 874852809
        },
        {
            "start": 874852811,
            "stop": 874852827
        },
        {
            "start": 874852828,
            "stop": 874852836
        },
        {
            "start": 874852837,
            "stop": 874852862
        },
        {
            "start": 874852863,
            "stop": 874852899
        },
        {
            "start": 874852901,
            "stop": 874852905
        },
        {
            "start": 874852907,
            "stop": 874852969
        },
        {
            "start": 874852971,
            "stop": 874852984
        },
        {
            "start": 874852986,
            "stop": 874853000
        },
        {
            "start": 874853001,
            "stop": 874853091
        },
        {
            "start": 874853093,
            "stop": 874853105
        },
        {
            "start": 874853106,
            "stop": 874853124
        },
        {
            "start": 874853125,
            "stop": 874853145
        },
        {
            "start": 874853147,
            "stop": 874853148
        },
        {
            "start": 874853150,
            "stop": 874853154
        },
        {
            "start": 874853155,
            "stop": 874853160
        }
    ]
}