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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=86",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 87,
    "results": [
        {
            "start": 931273313,
            "stop": 931273326
        },
        {
            "start": 931273327,
            "stop": 931273366
        },
        {
            "start": 931273368,
            "stop": 931273400
        },
        {
            "start": 931273402,
            "stop": 931273412
        },
        {
            "start": 931273413,
            "stop": 931273432
        },
        {
            "start": 931273434,
            "stop": 931273441
        },
        {
            "start": 931273444,
            "stop": 931273500
        },
        {
            "start": 931273501,
            "stop": 931273514
        },
        {
            "start": 931273517,
            "stop": 931273583
        },
        {
            "start": 931273585,
            "stop": 931273619
        },
        {
            "start": 931273621,
            "stop": 931273673
        },
        {
            "start": 931273676,
            "stop": 931273695
        },
        {
            "start": 931273699,
            "stop": 931273727
        },
        {
            "start": 931273730,
            "stop": 931273738
        },
        {
            "start": 931273740,
            "stop": 931273762
        },
        {
            "start": 931273764,
            "stop": 931273784
        },
        {
            "start": 931273786,
            "stop": 931273844
        },
        {
            "start": 931273846,
            "stop": 931273872
        },
        {
            "start": 931273873,
            "stop": 931273925
        },
        {
            "start": 931273927,
            "stop": 931273968
        }
    ]
}