Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=104
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=103",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 104,
    "results": [
        {
            "start": 965046108,
            "stop": 965055696
        },
        {
            "start": 965060380,
            "stop": 965085309
        },
        {
            "start": 965098147,
            "stop": 965102609
        },
        {
            "start": 965106489,
            "stop": 965125877
        },
        {
            "start": 965127908,
            "stop": 965144292
        },
        {
            "start": 965504788,
            "stop": 965508638
        },
        {
            "start": 965529827,
            "stop": 965533739
        },
        {
            "start": 965541133,
            "stop": 965545820
        },
        {
            "start": 965546074,
            "stop": 965553144
        },
        {
            "start": 965553527,
            "stop": 965583892
        },
        {
            "start": 965584699,
            "stop": 965594454
        },
        {
            "start": 965596365,
            "stop": 965601213
        },
        {
            "start": 965601982,
            "stop": 965641814
        },
        {
            "start": 965645826,
            "stop": 965649847
        },
        {
            "start": 965658742,
            "stop": 965666564
        },
        {
            "start": 965673037,
            "stop": 965673300
        },
        {
            "start": 965675528,
            "stop": 965681003
        },
        {
            "start": 965691494,
            "stop": 965694772
        },
        {
            "start": 965699646,
            "stop": 965750745
        },
        {
            "start": 965753873,
            "stop": 965763817
        }
    ]
}