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=46840
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=46841",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46839",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46840,
    "results": [
        {
            "start": 875136410,
            "stop": 875136463
        },
        {
            "start": 875136464,
            "stop": 875136478
        },
        {
            "start": 875136482,
            "stop": 875136483
        },
        {
            "start": 875136487,
            "stop": 875136509
        },
        {
            "start": 875136518,
            "stop": 875136554
        },
        {
            "start": 875136555,
            "stop": 875136561
        },
        {
            "start": 875136563,
            "stop": 875136567
        },
        {
            "start": 875136568,
            "stop": 875136579
        },
        {
            "start": 875136580,
            "stop": 875136588
        },
        {
            "start": 875136589,
            "stop": 875136617
        },
        {
            "start": 875136619,
            "stop": 875136676
        },
        {
            "start": 875136677,
            "stop": 875136715
        },
        {
            "start": 875136721,
            "stop": 875136726
        },
        {
            "start": 875136729,
            "stop": 875136732
        },
        {
            "start": 875136737,
            "stop": 875136749
        },
        {
            "start": 875136752,
            "stop": 875136753
        },
        {
            "start": 875136756,
            "stop": 875136767
        },
        {
            "start": 875136771,
            "stop": 875136814
        },
        {
            "start": 875136818,
            "stop": 875136834
        },
        {
            "start": 875136835,
            "stop": 875136853
        }
    ]
}