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=46720
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=46721",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46719",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46720,
    "results": [
        {
            "start": 875061474,
            "stop": 875061478
        },
        {
            "start": 875061480,
            "stop": 875061514
        },
        {
            "start": 875061515,
            "stop": 875061525
        },
        {
            "start": 875061526,
            "stop": 875061544
        },
        {
            "start": 875061545,
            "stop": 875061585
        },
        {
            "start": 875061588,
            "stop": 875061606
        },
        {
            "start": 875061607,
            "stop": 875061612
        },
        {
            "start": 875061613,
            "stop": 875061629
        },
        {
            "start": 875061630,
            "stop": 875061633
        },
        {
            "start": 875061635,
            "stop": 875061653
        },
        {
            "start": 875061654,
            "stop": 875061665
        },
        {
            "start": 875061667,
            "stop": 875061684
        },
        {
            "start": 875061685,
            "stop": 875061689
        },
        {
            "start": 875061690,
            "stop": 875061714
        },
        {
            "start": 875061715,
            "stop": 875061716
        },
        {
            "start": 875061718,
            "stop": 875061756
        },
        {
            "start": 875061757,
            "stop": 875061758
        },
        {
            "start": 875061759,
            "stop": 875061776
        },
        {
            "start": 875061777,
            "stop": 875061782
        },
        {
            "start": 875061783,
            "stop": 875061813
        }
    ]
}