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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=105",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 106,
    "results": [
        {
            "start": 834000056,
            "stop": 834000758
        },
        {
            "start": 834000906,
            "stop": 834000909
        },
        {
            "start": 834001145,
            "stop": 834001177
        },
        {
            "start": 834003189,
            "stop": 834003193
        },
        {
            "start": 834003674,
            "stop": 834003740
        },
        {
            "start": 834004035,
            "stop": 834006595
        },
        {
            "start": 834006722,
            "stop": 834007982
        },
        {
            "start": 834008276,
            "stop": 834008331
        },
        {
            "start": 834008403,
            "stop": 834009566
        },
        {
            "start": 834009629,
            "stop": 834009685
        },
        {
            "start": 834012485,
            "stop": 834046501
        },
        {
            "start": 834047106,
            "stop": 834079084
        },
        {
            "start": 834079237,
            "stop": 834094193
        },
        {
            "start": 834098257,
            "stop": 834127421
        },
        {
            "start": 834129778,
            "stop": 834133445
        },
        {
            "start": 834133521,
            "stop": 834149730
        },
        {
            "start": 834150414,
            "stop": 834150971
        },
        {
            "start": 834152038,
            "stop": 834154727
        },
        {
            "start": 834157617,
            "stop": 834157863
        },
        {
            "start": 834164966,
            "stop": 834165913
        }
    ]
}