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=40605
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=40606",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40604",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40605,
    "results": [
        {
            "start": 874885720,
            "stop": 874885724
        },
        {
            "start": 874885725,
            "stop": 874885729
        },
        {
            "start": 874885731,
            "stop": 874885735
        },
        {
            "start": 874885736,
            "stop": 874885740
        },
        {
            "start": 874885741,
            "stop": 874885745
        },
        {
            "start": 874885747,
            "stop": 874885750
        },
        {
            "start": 874885752,
            "stop": 874885754
        },
        {
            "start": 874885757,
            "stop": 874885761
        },
        {
            "start": 874885763,
            "stop": 874885767
        },
        {
            "start": 874885768,
            "stop": 874885772
        },
        {
            "start": 874885773,
            "stop": 874885776
        },
        {
            "start": 874885779,
            "stop": 874885783
        },
        {
            "start": 874885784,
            "stop": 874885788
        },
        {
            "start": 874885791,
            "stop": 874885794
        },
        {
            "start": 874885795,
            "stop": 874885799
        },
        {
            "start": 874885800,
            "stop": 874885804
        },
        {
            "start": 874885805,
            "stop": 874885810
        },
        {
            "start": 874885811,
            "stop": 874885815
        },
        {
            "start": 874885816,
            "stop": 874885821
        },
        {
            "start": 874885822,
            "stop": 874885826
        }
    ]
}