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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=178",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 179,
    "results": [
        {
            "start": 1135874194,
            "stop": 1135875227
        },
        {
            "start": 1135875235,
            "stop": 1135876760
        },
        {
            "start": 1135876768,
            "stop": 1135877854
        },
        {
            "start": 1135877862,
            "stop": 1135882603
        },
        {
            "start": 1135882605,
            "stop": 1135882833
        },
        {
            "start": 1135882835,
            "stop": 1135883143
        },
        {
            "start": 1135883151,
            "stop": 1135883236
        },
        {
            "start": 1135883244,
            "stop": 1135884424
        },
        {
            "start": 1135884432,
            "stop": 1135888062
        },
        {
            "start": 1135888070,
            "stop": 1135888413
        },
        {
            "start": 1135888421,
            "stop": 1135890195
        },
        {
            "start": 1135890203,
            "stop": 1135893863
        },
        {
            "start": 1135893875,
            "stop": 1135894409
        },
        {
            "start": 1135894417,
            "stop": 1135895075
        },
        {
            "start": 1135895083,
            "stop": 1135896562
        },
        {
            "start": 1135896564,
            "stop": 1135898691
        },
        {
            "start": 1135911179,
            "stop": 1135914661
        },
        {
            "start": 1135914663,
            "stop": 1135917488
        },
        {
            "start": 1135917490,
            "stop": 1135919991
        },
        {
            "start": 1135919993,
            "stop": 1135924188
        }
    ]
}