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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5618",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5616",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5617,
    "results": [
        {
            "start": 874454620,
            "stop": 874454806
        },
        {
            "start": 874454810,
            "stop": 874454903
        },
        {
            "start": 874454906,
            "stop": 874454991
        },
        {
            "start": 874454994,
            "stop": 874455104
        },
        {
            "start": 874455107,
            "stop": 874455145
        },
        {
            "start": 874455149,
            "stop": 874455312
        },
        {
            "start": 874455315,
            "stop": 874455384
        },
        {
            "start": 874455387,
            "stop": 874455466
        },
        {
            "start": 874455469,
            "stop": 874455519
        },
        {
            "start": 874455522,
            "stop": 874455524
        },
        {
            "start": 874455527,
            "stop": 874455663
        },
        {
            "start": 874455666,
            "stop": 874455831
        },
        {
            "start": 874455836,
            "stop": 874455890
        },
        {
            "start": 874455893,
            "stop": 874456023
        },
        {
            "start": 874456026,
            "stop": 874456035
        },
        {
            "start": 874456038,
            "stop": 874456051
        },
        {
            "start": 874456054,
            "stop": 874456057
        },
        {
            "start": 874456060,
            "stop": 874456157
        },
        {
            "start": 874456161,
            "stop": 874456252
        },
        {
            "start": 874456255,
            "stop": 874456306
        }
    ]
}