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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5097",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5095",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5096,
    "results": [
        {
            "start": 1135875439,
            "stop": 1135875484
        },
        {
            "start": 1135875486,
            "stop": 1135875515
        },
        {
            "start": 1135875517,
            "stop": 1135875530
        },
        {
            "start": 1135875532,
            "stop": 1135875562
        },
        {
            "start": 1135875564,
            "stop": 1135875676
        },
        {
            "start": 1135875678,
            "stop": 1135875679
        },
        {
            "start": 1135875681,
            "stop": 1135875698
        },
        {
            "start": 1135875700,
            "stop": 1135875719
        },
        {
            "start": 1135875721,
            "stop": 1135875735
        },
        {
            "start": 1135875737,
            "stop": 1135875743
        },
        {
            "start": 1135875745,
            "stop": 1135875784
        },
        {
            "start": 1135875786,
            "stop": 1135875788
        },
        {
            "start": 1135875790,
            "stop": 1135875797
        },
        {
            "start": 1135875799,
            "stop": 1135875803
        },
        {
            "start": 1135875805,
            "stop": 1135875837
        },
        {
            "start": 1135875839,
            "stop": 1135875872
        },
        {
            "start": 1135875874,
            "stop": 1135875900
        },
        {
            "start": 1135875902,
            "stop": 1135875903
        },
        {
            "start": 1135875905,
            "stop": 1135875969
        },
        {
            "start": 1135875971,
            "stop": 1135875978
        }
    ]
}