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=10265
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=10266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10264",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10265,
    "results": [
        {
            "start": 874748465,
            "stop": 874748475
        },
        {
            "start": 874748511,
            "stop": 874749066
        },
        {
            "start": 874749102,
            "stop": 874749104
        },
        {
            "start": 874749140,
            "stop": 874749239
        },
        {
            "start": 874749275,
            "stop": 874749360
        },
        {
            "start": 874749420,
            "stop": 874749720
        },
        {
            "start": 874749780,
            "stop": 874749840
        },
        {
            "start": 874749900,
            "stop": 874750343
        },
        {
            "start": 874750379,
            "stop": 874750435
        },
        {
            "start": 874750442,
            "stop": 874750446
        },
        {
            "start": 874750482,
            "stop": 874750556
        },
        {
            "start": 874750564,
            "stop": 874750648
        },
        {
            "start": 874750684,
            "stop": 874750860
        },
        {
            "start": 874750920,
            "stop": 874750933
        },
        {
            "start": 874750970,
            "stop": 874750981
        },
        {
            "start": 874750999,
            "stop": 874751580
        },
        {
            "start": 874751640,
            "stop": 874751760
        },
        {
            "start": 874751820,
            "stop": 874752172
        },
        {
            "start": 874752210,
            "stop": 874752257
        },
        {
            "start": 874752293,
            "stop": 874752724
        }
    ]
}