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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=26",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 27,
    "results": [
        {
            "start": 816290838,
            "stop": 816290877
        },
        {
            "start": 816290884,
            "stop": 816290891
        },
        {
            "start": 816303755,
            "stop": 816303758
        },
        {
            "start": 816303764,
            "stop": 816303766
        },
        {
            "start": 816303772,
            "stop": 816303793
        },
        {
            "start": 816303818,
            "stop": 816303820
        },
        {
            "start": 816303826,
            "stop": 816303831
        },
        {
            "start": 816303835,
            "stop": 816303859
        },
        {
            "start": 816303892,
            "stop": 816303894
        },
        {
            "start": 816303904,
            "stop": 816303905
        },
        {
            "start": 816303921,
            "stop": 816303922
        },
        {
            "start": 816303929,
            "stop": 816303968
        },
        {
            "start": 816303974,
            "stop": 816303975
        },
        {
            "start": 816303982,
            "stop": 816304017
        },
        {
            "start": 816304022,
            "stop": 816304025
        },
        {
            "start": 816304032,
            "stop": 816304033
        },
        {
            "start": 816304057,
            "stop": 816304058
        },
        {
            "start": 816304064,
            "stop": 816304075
        },
        {
            "start": 816304078,
            "stop": 816304127
        },
        {
            "start": 816304133,
            "stop": 816304135
        }
    ]
}