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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6993",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6991",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6992,
    "results": [
        {
            "start": 873835746,
            "stop": 873835969
        },
        {
            "start": 873835973,
            "stop": 873835989
        },
        {
            "start": 873835993,
            "stop": 873836102
        },
        {
            "start": 873836106,
            "stop": 873836173
        },
        {
            "start": 873836177,
            "stop": 873836586
        },
        {
            "start": 873836591,
            "stop": 873836681
        },
        {
            "start": 873836684,
            "stop": 873836715
        },
        {
            "start": 873836718,
            "stop": 873836754
        },
        {
            "start": 873836758,
            "stop": 873836761
        },
        {
            "start": 873836764,
            "stop": 873836877
        },
        {
            "start": 873836881,
            "stop": 873836974
        },
        {
            "start": 873836978,
            "stop": 873836980
        },
        {
            "start": 873836984,
            "stop": 873837041
        },
        {
            "start": 873837045,
            "stop": 873837408
        },
        {
            "start": 873837412,
            "stop": 873837422
        },
        {
            "start": 873837426,
            "stop": 873837627
        },
        {
            "start": 873837632,
            "stop": 873837689
        },
        {
            "start": 873837693,
            "stop": 873838096
        },
        {
            "start": 873838099,
            "stop": 873838269
        },
        {
            "start": 873838273,
            "stop": 873838277
        }
    ]
}