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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=206",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 207,
    "results": [
        {
            "start": 820933298,
            "stop": 820933348
        },
        {
            "start": 820933377,
            "stop": 820933441
        },
        {
            "start": 820965747,
            "stop": 820965765
        },
        {
            "start": 820965772,
            "stop": 820965880
        },
        {
            "start": 820965887,
            "stop": 820965912
        },
        {
            "start": 820970268,
            "stop": 820970459
        },
        {
            "start": 820970466,
            "stop": 820970479
        },
        {
            "start": 820970507,
            "stop": 820970526
        },
        {
            "start": 820970533,
            "stop": 820970693
        },
        {
            "start": 820970700,
            "stop": 820970719
        },
        {
            "start": 820970726,
            "stop": 820971773
        },
        {
            "start": 820971780,
            "stop": 820971840
        },
        {
            "start": 820971847,
            "stop": 820972063
        },
        {
            "start": 820972091,
            "stop": 820973051
        },
        {
            "start": 820973059,
            "stop": 820974345
        },
        {
            "start": 820974352,
            "stop": 820976969
        },
        {
            "start": 820976997,
            "stop": 821000790
        },
        {
            "start": 821000801,
            "stop": 821000820
        },
        {
            "start": 821000842,
            "stop": 821000865
        },
        {
            "start": 821001966,
            "stop": 821008393
        }
    ]
}