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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=216",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 217,
    "results": [
        {
            "start": 846936200,
            "stop": 846936462
        },
        {
            "start": 846940132,
            "stop": 846941833
        },
        {
            "start": 846942474,
            "stop": 846948514
        },
        {
            "start": 846948537,
            "stop": 846948732
        },
        {
            "start": 846948741,
            "stop": 846948767
        },
        {
            "start": 846948771,
            "stop": 846948796
        },
        {
            "start": 846948799,
            "stop": 846949035
        },
        {
            "start": 846949044,
            "stop": 846949432
        },
        {
            "start": 846949499,
            "stop": 846949505
        },
        {
            "start": 846949545,
            "stop": 846949551
        },
        {
            "start": 846949590,
            "stop": 846949827
        },
        {
            "start": 846949831,
            "stop": 846949837
        },
        {
            "start": 846949841,
            "stop": 846949852
        },
        {
            "start": 846949880,
            "stop": 846949886
        },
        {
            "start": 846949890,
            "stop": 846949930
        },
        {
            "start": 846949949,
            "stop": 846949960
        },
        {
            "start": 846949964,
            "stop": 846949970
        },
        {
            "start": 846949974,
            "stop": 846949980
        },
        {
            "start": 846949993,
            "stop": 846950019
        },
        {
            "start": 846950044,
            "stop": 846950050
        }
    ]
}