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=40767
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=40768",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40766",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40767,
    "results": [
        {
            "start": 874987019,
            "stop": 874987020
        },
        {
            "start": 874987200,
            "stop": 874987308
        },
        {
            "start": 874987309,
            "stop": 874987379
        },
        {
            "start": 874987440,
            "stop": 874987460
        },
        {
            "start": 874987461,
            "stop": 874987506
        },
        {
            "start": 874987507,
            "stop": 874987636
        },
        {
            "start": 874987637,
            "stop": 874987665
        },
        {
            "start": 874987666,
            "stop": 874987720
        },
        {
            "start": 874987721,
            "stop": 874987732
        },
        {
            "start": 874987734,
            "stop": 874987753
        },
        {
            "start": 874987755,
            "stop": 874987797
        },
        {
            "start": 874987798,
            "stop": 874987800
        },
        {
            "start": 874987928,
            "stop": 874987996
        },
        {
            "start": 874987998,
            "stop": 874988042
        },
        {
            "start": 874988043,
            "stop": 874988223
        },
        {
            "start": 874988225,
            "stop": 874988317
        },
        {
            "start": 874988318,
            "stop": 874988344
        },
        {
            "start": 874988345,
            "stop": 874988371
        },
        {
            "start": 874988372,
            "stop": 874988422
        },
        {
            "start": 874988424,
            "stop": 874988447
        }
    ]
}