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=16588
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=16589",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16587",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16588,
    "results": [
        {
            "start": 874716421,
            "stop": 874716464
        },
        {
            "start": 874716465,
            "stop": 874716497
        },
        {
            "start": 874716499,
            "stop": 874716502
        },
        {
            "start": 874716503,
            "stop": 874716528
        },
        {
            "start": 874716529,
            "stop": 874716555
        },
        {
            "start": 874716557,
            "stop": 874716574
        },
        {
            "start": 874716575,
            "stop": 874716600
        },
        {
            "start": 874716601,
            "stop": 874716620
        },
        {
            "start": 874716621,
            "stop": 874716679
        },
        {
            "start": 874716680,
            "stop": 874716707
        },
        {
            "start": 874716709,
            "stop": 874716716
        },
        {
            "start": 874716718,
            "stop": 874716764
        },
        {
            "start": 874716766,
            "stop": 874716781
        },
        {
            "start": 874716782,
            "stop": 874716867
        },
        {
            "start": 874716868,
            "stop": 874716888
        },
        {
            "start": 874716890,
            "stop": 874716903
        },
        {
            "start": 874716904,
            "stop": 874716925
        },
        {
            "start": 874716926,
            "stop": 874717010
        },
        {
            "start": 874717011,
            "stop": 874717098
        },
        {
            "start": 874717099,
            "stop": 874717135
        }
    ]
}