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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16591",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16589",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16590,
    "results": [
        {
            "start": 874717493,
            "stop": 874717512
        },
        {
            "start": 874717513,
            "stop": 874717563
        },
        {
            "start": 874717564,
            "stop": 874717589
        },
        {
            "start": 874717591,
            "stop": 874717704
        },
        {
            "start": 874717705,
            "stop": 874717752
        },
        {
            "start": 874717753,
            "stop": 874717756
        },
        {
            "start": 874717757,
            "stop": 874717783
        },
        {
            "start": 874717784,
            "stop": 874717786
        },
        {
            "start": 874717787,
            "stop": 874717809
        },
        {
            "start": 874717811,
            "stop": 874717823
        },
        {
            "start": 874717824,
            "stop": 874717909
        },
        {
            "start": 874717910,
            "stop": 874717959
        },
        {
            "start": 874717960,
            "stop": 874718011
        },
        {
            "start": 874718012,
            "stop": 874718042
        },
        {
            "start": 874718043,
            "stop": 874718059
        },
        {
            "start": 874718061,
            "stop": 874718081
        },
        {
            "start": 874718083,
            "stop": 874718087
        },
        {
            "start": 874718088,
            "stop": 874718099
        },
        {
            "start": 874718101,
            "stop": 874718126
        },
        {
            "start": 874718127,
            "stop": 874718188
        }
    ]
}