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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=336",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 337,
    "results": [
        {
            "start": 818247807,
            "stop": 818247812
        },
        {
            "start": 818247820,
            "stop": 818247828
        },
        {
            "start": 818247834,
            "stop": 818247835
        },
        {
            "start": 818247845,
            "stop": 818247846
        },
        {
            "start": 818247862,
            "stop": 818247863
        },
        {
            "start": 818247872,
            "stop": 818247874
        },
        {
            "start": 818247877,
            "stop": 818247883
        },
        {
            "start": 818247888,
            "stop": 818247889
        },
        {
            "start": 818247904,
            "stop": 818247905
        },
        {
            "start": 818247923,
            "stop": 818247928
        },
        {
            "start": 818247931,
            "stop": 818247932
        },
        {
            "start": 818247941,
            "stop": 818247946
        },
        {
            "start": 818247949,
            "stop": 818247953
        },
        {
            "start": 818247956,
            "stop": 818247969
        },
        {
            "start": 818247973,
            "stop": 818247974
        },
        {
            "start": 818247977,
            "stop": 818247980
        },
        {
            "start": 818247983,
            "stop": 818247986
        },
        {
            "start": 818247997,
            "stop": 818248005
        },
        {
            "start": 818248017,
            "stop": 818248023
        },
        {
            "start": 818248027,
            "stop": 818248030
        }
    ]
}