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=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=157",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 158,
    "results": [
        {
            "start": 818920118,
            "stop": 818920157
        },
        {
            "start": 818920168,
            "stop": 818920180
        },
        {
            "start": 818920188,
            "stop": 818920213
        },
        {
            "start": 818920233,
            "stop": 818920234
        },
        {
            "start": 818923632,
            "stop": 818923672
        },
        {
            "start": 818923679,
            "stop": 818923743
        },
        {
            "start": 818923750,
            "stop": 818923812
        },
        {
            "start": 818923820,
            "stop": 818923898
        },
        {
            "start": 818923905,
            "stop": 818924033
        },
        {
            "start": 818924040,
            "stop": 818929278
        },
        {
            "start": 818929286,
            "stop": 818929807
        },
        {
            "start": 818929814,
            "stop": 818931328
        },
        {
            "start": 818932790,
            "stop": 818935993
        },
        {
            "start": 818936723,
            "stop": 818939018
        },
        {
            "start": 818939025,
            "stop": 818943170
        },
        {
            "start": 818943177,
            "stop": 818955673
        },
        {
            "start": 818955684,
            "stop": 818955685
        },
        {
            "start": 818955747,
            "stop": 818957610
        },
        {
            "start": 818957850,
            "stop": 818957899
        },
        {
            "start": 818957927,
            "stop": 818957953
        }
    ]
}