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=5094
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=5095",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5093",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5094,
    "results": [
        {
            "start": 873287440,
            "stop": 873287550
        },
        {
            "start": 873287567,
            "stop": 873287592
        },
        {
            "start": 873287708,
            "stop": 873287711
        },
        {
            "start": 873287748,
            "stop": 873288040
        },
        {
            "start": 873288048,
            "stop": 873288587
        },
        {
            "start": 873288622,
            "stop": 873288706
        },
        {
            "start": 873288742,
            "stop": 873289711
        },
        {
            "start": 873289728,
            "stop": 873290923
        },
        {
            "start": 873290962,
            "stop": 873291009
        },
        {
            "start": 873291045,
            "stop": 873291100
        },
        {
            "start": 873291136,
            "stop": 873291270
        },
        {
            "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
        }
    ]
}