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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46738",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46736",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46737,
    "results": [
        {
            "start": 875069534,
            "stop": 875069543
        },
        {
            "start": 875069546,
            "stop": 875069547
        },
        {
            "start": 875069548,
            "stop": 875069553
        },
        {
            "start": 875069555,
            "stop": 875069565
        },
        {
            "start": 875069567,
            "stop": 875069575
        },
        {
            "start": 875069577,
            "stop": 875069602
        },
        {
            "start": 875069604,
            "stop": 875069623
        },
        {
            "start": 875069624,
            "stop": 875069639
        },
        {
            "start": 875069640,
            "stop": 875069661
        },
        {
            "start": 875069662,
            "stop": 875069673
        },
        {
            "start": 875069674,
            "stop": 875069675
        },
        {
            "start": 875069676,
            "stop": 875069681
        },
        {
            "start": 875069683,
            "stop": 875069685
        },
        {
            "start": 875069686,
            "stop": 875069688
        },
        {
            "start": 875069689,
            "stop": 875069694
        },
        {
            "start": 875069695,
            "stop": 875069704
        },
        {
            "start": 875069706,
            "stop": 875069725
        },
        {
            "start": 875069726,
            "stop": 875069756
        },
        {
            "start": 875069758,
            "stop": 875069761
        },
        {
            "start": 875069762,
            "stop": 875069786
        }
    ]
}