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=16687
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=16688",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16686",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16687,
    "results": [
        {
            "start": 874920934,
            "stop": 874920946
        },
        {
            "start": 874920947,
            "stop": 874921050
        },
        {
            "start": 874921051,
            "stop": 874921099
        },
        {
            "start": 874921101,
            "stop": 874921208
        },
        {
            "start": 874921212,
            "stop": 874921338
        },
        {
            "start": 874921339,
            "stop": 874921341
        },
        {
            "start": 874921342,
            "stop": 874921433
        },
        {
            "start": 874921435,
            "stop": 874921488
        },
        {
            "start": 874921489,
            "stop": 874921551
        },
        {
            "start": 874921552,
            "stop": 874921717
        },
        {
            "start": 874921719,
            "stop": 874921728
        },
        {
            "start": 874921730,
            "stop": 874921834
        },
        {
            "start": 874921835,
            "stop": 874922001
        },
        {
            "start": 874922002,
            "stop": 874922031
        },
        {
            "start": 874922033,
            "stop": 874922074
        },
        {
            "start": 874922076,
            "stop": 874922186
        },
        {
            "start": 874922187,
            "stop": 874922298
        },
        {
            "start": 874922300,
            "stop": 874922340
        },
        {
            "start": 874922341,
            "stop": 874922446
        },
        {
            "start": 874922447,
            "stop": 874922483
        }
    ]
}