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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=27",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 28,
    "results": [
        {
            "start": 816942398,
            "stop": 816954534
        },
        {
            "start": 816954542,
            "stop": 816954558
        },
        {
            "start": 816954608,
            "stop": 816954619
        },
        {
            "start": 816954632,
            "stop": 816956867
        },
        {
            "start": 816956879,
            "stop": 816966220
        },
        {
            "start": 816966233,
            "stop": 816966436
        },
        {
            "start": 816971577,
            "stop": 816972067
        },
        {
            "start": 816972076,
            "stop": 816977686
        },
        {
            "start": 816977695,
            "stop": 816977717
        },
        {
            "start": 816977725,
            "stop": 816977888
        },
        {
            "start": 816977910,
            "stop": 816979039
        },
        {
            "start": 816979047,
            "stop": 816980593
        },
        {
            "start": 816980601,
            "stop": 816980602
        },
        {
            "start": 816980613,
            "stop": 816980619
        },
        {
            "start": 816981203,
            "stop": 816984781
        },
        {
            "start": 816984795,
            "stop": 816986065
        },
        {
            "start": 816986073,
            "stop": 816988690
        },
        {
            "start": 816988698,
            "stop": 816989690
        },
        {
            "start": 816989699,
            "stop": 816991001
        },
        {
            "start": 816991015,
            "stop": 816992064
        }
    ]
}