Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=15
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=14",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 15,
    "results": [
        {
            "start": 816234228,
            "stop": 816234311
        },
        {
            "start": 816234319,
            "stop": 816234342
        },
        {
            "start": 816234350,
            "stop": 816234381
        },
        {
            "start": 816234394,
            "stop": 816234405
        },
        {
            "start": 816234413,
            "stop": 816234416
        },
        {
            "start": 816234430,
            "stop": 816234444
        },
        {
            "start": 816234454,
            "stop": 816234507
        },
        {
            "start": 816234518,
            "stop": 816234519
        },
        {
            "start": 816234523,
            "stop": 816234553
        },
        {
            "start": 816234568,
            "stop": 816234589
        },
        {
            "start": 816234596,
            "stop": 816234613
        },
        {
            "start": 816234628,
            "stop": 816234649
        },
        {
            "start": 816234675,
            "stop": 816234719
        },
        {
            "start": 816234726,
            "stop": 816234759
        },
        {
            "start": 816234782,
            "stop": 816234823
        },
        {
            "start": 816234837,
            "stop": 816234839
        },
        {
            "start": 816234847,
            "stop": 816234857
        },
        {
            "start": 816234870,
            "stop": 816234881
        },
        {
            "start": 816234893,
            "stop": 816234897
        },
        {
            "start": 816234908,
            "stop": 816234909
        }
    ]
}