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_CAT3/segments?format=api&page=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=40",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 41,
    "results": [
        {
            "start": 816741184,
            "stop": 816742019
        },
        {
            "start": 816742048,
            "stop": 816742410
        },
        {
            "start": 816742650,
            "stop": 816742735
        },
        {
            "start": 816742742,
            "stop": 816742965
        },
        {
            "start": 816742972,
            "stop": 816742980
        },
        {
            "start": 816757833,
            "stop": 816758047
        },
        {
            "start": 816758076,
            "stop": 816758487
        },
        {
            "start": 816758516,
            "stop": 816758760
        },
        {
            "start": 816758789,
            "stop": 816759012
        },
        {
            "start": 816759041,
            "stop": 816759493
        },
        {
            "start": 816760119,
            "stop": 816761497
        },
        {
            "start": 816761526,
            "stop": 816762033
        },
        {
            "start": 816762044,
            "stop": 816762074
        },
        {
            "start": 816762086,
            "stop": 816762089
        },
        {
            "start": 816762097,
            "stop": 816762353
        },
        {
            "start": 816762360,
            "stop": 816762556
        },
        {
            "start": 816762585,
            "stop": 816762732
        },
        {
            "start": 816762740,
            "stop": 816762763
        },
        {
            "start": 816762771,
            "stop": 816763073
        },
        {
            "start": 816763102,
            "stop": 816763377
        }
    ]
}