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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=244",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 245,
    "results": [
        {
            "start": 934180229,
            "stop": 934180359
        },
        {
            "start": 934180361,
            "stop": 934181305
        },
        {
            "start": 934181307,
            "stop": 934181380
        },
        {
            "start": 934181382,
            "stop": 934181700
        },
        {
            "start": 934181705,
            "stop": 934182015
        },
        {
            "start": 934182255,
            "stop": 934182457
        },
        {
            "start": 934182577,
            "stop": 934182735
        },
        {
            "start": 934183035,
            "stop": 934183080
        },
        {
            "start": 934183084,
            "stop": 934183170
        },
        {
            "start": 934183173,
            "stop": 934183176
        },
        {
            "start": 934183178,
            "stop": 934183216
        },
        {
            "start": 934183218,
            "stop": 934183355
        },
        {
            "start": 934183358,
            "stop": 934183366
        },
        {
            "start": 934183368,
            "stop": 934183370
        },
        {
            "start": 934183373,
            "stop": 934183380
        },
        {
            "start": 934183383,
            "stop": 934183386
        },
        {
            "start": 934183388,
            "stop": 934183506
        },
        {
            "start": 934183509,
            "stop": 934183515
        },
        {
            "start": 934183519,
            "stop": 934183520
        },
        {
            "start": 934183523,
            "stop": 934183535
        }
    ]
}