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=16782
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=16783",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16781",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16782,
    "results": [
        {
            "start": 875114639,
            "stop": 875114649
        },
        {
            "start": 875114650,
            "stop": 875114687
        },
        {
            "start": 875114688,
            "stop": 875114690
        },
        {
            "start": 875114692,
            "stop": 875114701
        },
        {
            "start": 875114703,
            "stop": 875114716
        },
        {
            "start": 875114816,
            "stop": 875114835
        },
        {
            "start": 875114837,
            "stop": 875114840
        },
        {
            "start": 875114841,
            "stop": 875114888
        },
        {
            "start": 875114889,
            "stop": 875114911
        },
        {
            "start": 875114912,
            "stop": 875114918
        },
        {
            "start": 875114920,
            "stop": 875114923
        },
        {
            "start": 875114928,
            "stop": 875114950
        },
        {
            "start": 875114955,
            "stop": 875114957
        },
        {
            "start": 875114961,
            "stop": 875114964
        },
        {
            "start": 875114969,
            "stop": 875114971
        },
        {
            "start": 875114973,
            "stop": 875114976
        },
        {
            "start": 875114987,
            "stop": 875114989
        },
        {
            "start": 875114992,
            "stop": 875115005
        },
        {
            "start": 875115007,
            "stop": 875115008
        },
        {
            "start": 875115011,
            "stop": 875115015
        }
    ]
}