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=7184
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=7185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7183",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7184,
    "results": [
        {
            "start": 875124960,
            "stop": 875124963
        },
        {
            "start": 875124966,
            "stop": 875124967
        },
        {
            "start": 875124971,
            "stop": 875125002
        },
        {
            "start": 875125007,
            "stop": 875125009
        },
        {
            "start": 875125014,
            "stop": 875125043
        },
        {
            "start": 875125046,
            "stop": 875125047
        },
        {
            "start": 875125053,
            "stop": 875125055
        },
        {
            "start": 875125058,
            "stop": 875125263
        },
        {
            "start": 875125267,
            "stop": 875125497
        },
        {
            "start": 875125502,
            "stop": 875125620
        },
        {
            "start": 875125680,
            "stop": 875126700
        },
        {
            "start": 875126820,
            "stop": 875127590
        },
        {
            "start": 875127594,
            "stop": 875127720
        },
        {
            "start": 875127723,
            "stop": 875127732
        },
        {
            "start": 875127737,
            "stop": 875127781
        },
        {
            "start": 875127784,
            "stop": 875127872
        },
        {
            "start": 875127873,
            "stop": 875127874
        },
        {
            "start": 875127875,
            "stop": 875128000
        },
        {
            "start": 875128003,
            "stop": 875128371
        },
        {
            "start": 875128374,
            "stop": 875128566
        }
    ]
}