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=46650
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=46651",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46649",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46650,
    "results": [
        {
            "start": 875031549,
            "stop": 875031566
        },
        {
            "start": 875031567,
            "stop": 875031591
        },
        {
            "start": 875031592,
            "stop": 875031612
        },
        {
            "start": 875031614,
            "stop": 875031653
        },
        {
            "start": 875031654,
            "stop": 875031655
        },
        {
            "start": 875031657,
            "stop": 875031659
        },
        {
            "start": 875031660,
            "stop": 875031676
        },
        {
            "start": 875031677,
            "stop": 875031679
        },
        {
            "start": 875031680,
            "stop": 875031681
        },
        {
            "start": 875031682,
            "stop": 875031696
        },
        {
            "start": 875031697,
            "stop": 875031699
        },
        {
            "start": 875031700,
            "stop": 875031732
        },
        {
            "start": 875031733,
            "stop": 875031782
        },
        {
            "start": 875031784,
            "stop": 875031810
        },
        {
            "start": 875031811,
            "stop": 875031817
        },
        {
            "start": 875031818,
            "stop": 875031843
        },
        {
            "start": 875031844,
            "stop": 875031846
        },
        {
            "start": 875031848,
            "stop": 875031855
        },
        {
            "start": 875031857,
            "stop": 875031859
        },
        {
            "start": 875031861,
            "stop": 875031878
        }
    ]
}