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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=167",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 168,
    "results": [
        {
            "start": 844922368,
            "stop": 844922461
        },
        {
            "start": 844923326,
            "stop": 844923446
        },
        {
            "start": 844923544,
            "stop": 844924336
        },
        {
            "start": 844926354,
            "stop": 844929796
        },
        {
            "start": 844931750,
            "stop": 844941224
        },
        {
            "start": 844941303,
            "stop": 844945316
        },
        {
            "start": 844945471,
            "stop": 844958138
        },
        {
            "start": 844958515,
            "stop": 844966515
        },
        {
            "start": 844966576,
            "stop": 844967916
        },
        {
            "start": 844983789,
            "stop": 844995399
        },
        {
            "start": 844995702,
            "stop": 844996545
        },
        {
            "start": 844996750,
            "stop": 845002876
        },
        {
            "start": 845002899,
            "stop": 845011702
        },
        {
            "start": 845012210,
            "stop": 845017083
        },
        {
            "start": 845021142,
            "stop": 845027710
        },
        {
            "start": 845028399,
            "stop": 845032017
        },
        {
            "start": 845038010,
            "stop": 845039998
        },
        {
            "start": 845263709,
            "stop": 845264146
        },
        {
            "start": 845264235,
            "stop": 845264608
        },
        {
            "start": 845264644,
            "stop": 845279438
        }
    ]
}