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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10098",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10096",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10097,
    "results": [
        {
            "start": 873287748,
            "stop": 873288040
        },
        {
            "start": 873288048,
            "stop": 873288114
        },
        {
            "start": 873288268,
            "stop": 873288586
        },
        {
            "start": 873288622,
            "stop": 873288706
        },
        {
            "start": 873288742,
            "stop": 873289711
        },
        {
            "start": 873289728,
            "stop": 873290923
        },
        {
            "start": 873290962,
            "stop": 873290970
        },
        {
            "start": 873292626,
            "stop": 873292628
        },
        {
            "start": 873292770,
            "stop": 873292938
        },
        {
            "start": 873292977,
            "stop": 873293165
        },
        {
            "start": 873293209,
            "stop": 873293453
        },
        {
            "start": 873293489,
            "stop": 873293860
        },
        {
            "start": 873293896,
            "stop": 873294156
        },
        {
            "start": 873294173,
            "stop": 873294445
        },
        {
            "start": 873294526,
            "stop": 873294834
        },
        {
            "start": 873294871,
            "stop": 873294973
        },
        {
            "start": 873295011,
            "stop": 873295068
        },
        {
            "start": 873295104,
            "stop": 873295208
        },
        {
            "start": 873295245,
            "stop": 873295445
        },
        {
            "start": 873295565,
            "stop": 873295783
        }
    ]
}