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=40899
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=40900",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40898",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40899,
    "results": [
        {
            "start": 875086981,
            "stop": 875087083
        },
        {
            "start": 875087084,
            "stop": 875087136
        },
        {
            "start": 875087137,
            "stop": 875087138
        },
        {
            "start": 875087139,
            "stop": 875087148
        },
        {
            "start": 875087150,
            "stop": 875087175
        },
        {
            "start": 875087176,
            "stop": 875087180
        },
        {
            "start": 875087181,
            "stop": 875087225
        },
        {
            "start": 875087226,
            "stop": 875087236
        },
        {
            "start": 875087237,
            "stop": 875087350
        },
        {
            "start": 875087351,
            "stop": 875087357
        },
        {
            "start": 875087359,
            "stop": 875087376
        },
        {
            "start": 875087377,
            "stop": 875087463
        },
        {
            "start": 875087464,
            "stop": 875087488
        },
        {
            "start": 875087489,
            "stop": 875087540
        },
        {
            "start": 875087541,
            "stop": 875087573
        },
        {
            "start": 875087574,
            "stop": 875087575
        },
        {
            "start": 875087576,
            "stop": 875087585
        },
        {
            "start": 875087586,
            "stop": 875087675
        },
        {
            "start": 875087676,
            "stop": 875087751
        },
        {
            "start": 875087752,
            "stop": 875087778
        }
    ]
}