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=16607
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=16608",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16606",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16607,
    "results": [
        {
            "start": 874736989,
            "stop": 874737126
        },
        {
            "start": 874737127,
            "stop": 874737213
        },
        {
            "start": 874737215,
            "stop": 874737228
        },
        {
            "start": 874737230,
            "stop": 874737247
        },
        {
            "start": 874737249,
            "stop": 874737498
        },
        {
            "start": 874737499,
            "stop": 874737534
        },
        {
            "start": 874737537,
            "stop": 874737787
        },
        {
            "start": 874737789,
            "stop": 874737921
        },
        {
            "start": 874737923,
            "stop": 874738165
        },
        {
            "start": 874738167,
            "stop": 874738539
        },
        {
            "start": 874738540,
            "stop": 874738898
        },
        {
            "start": 874738899,
            "stop": 874739512
        },
        {
            "start": 874739513,
            "stop": 874739655
        },
        {
            "start": 874739656,
            "stop": 874739925
        },
        {
            "start": 874739929,
            "stop": 874740187
        },
        {
            "start": 874740190,
            "stop": 874740214
        },
        {
            "start": 874740216,
            "stop": 874740773
        },
        {
            "start": 874740775,
            "stop": 874741020
        },
        {
            "start": 874741023,
            "stop": 874741069
        },
        {
            "start": 874741072,
            "stop": 874741098
        }
    ]
}