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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=413",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=411",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 412,
    "results": [
        {
            "start": 853200540,
            "stop": 853206954
        },
        {
            "start": 853208456,
            "stop": 853217567
        },
        {
            "start": 853217639,
            "stop": 853224782
        },
        {
            "start": 853225281,
            "stop": 853236791
        },
        {
            "start": 853237661,
            "stop": 853243166
        },
        {
            "start": 853243305,
            "stop": 853246001
        },
        {
            "start": 853246458,
            "stop": 853246554
        },
        {
            "start": 853246604,
            "stop": 853246776
        },
        {
            "start": 853246928,
            "stop": 853252492
        },
        {
            "start": 853252773,
            "stop": 853254463
        },
        {
            "start": 853254944,
            "stop": 853256257
        },
        {
            "start": 853256387,
            "stop": 853256662
        },
        {
            "start": 853256737,
            "stop": 853259381
        },
        {
            "start": 853260233,
            "stop": 853266010
        },
        {
            "start": 853266012,
            "stop": 853271023
        },
        {
            "start": 853272088,
            "stop": 853278051
        },
        {
            "start": 853278645,
            "stop": 853298854
        },
        {
            "start": 853298928,
            "stop": 853311805
        },
        {
            "start": 853315823,
            "stop": 853316751
        },
        {
            "start": 853318765,
            "stop": 853322965
        }
    ]
}