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=10284
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=10285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10283",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10284,
    "results": [
        {
            "start": 874929265,
            "stop": 874932906
        },
        {
            "start": 874932923,
            "stop": 874933232
        },
        {
            "start": 874940923,
            "stop": 874940981
        },
        {
            "start": 874941015,
            "stop": 874941897
        },
        {
            "start": 874942051,
            "stop": 874943497
        },
        {
            "start": 874943514,
            "stop": 874944832
        },
        {
            "start": 874944841,
            "stop": 874944862
        },
        {
            "start": 874944896,
            "stop": 874945200
        },
        {
            "start": 874945380,
            "stop": 874946949
        },
        {
            "start": 874950310,
            "stop": 874951999
        },
        {
            "start": 874953375,
            "stop": 874953392
        },
        {
            "start": 874953426,
            "stop": 874954967
        },
        {
            "start": 874955156,
            "stop": 874955204
        },
        {
            "start": 874955342,
            "stop": 874955400
        },
        {
            "start": 874955520,
            "stop": 874955599
        },
        {
            "start": 874955719,
            "stop": 874955838
        },
        {
            "start": 874959150,
            "stop": 874959260
        },
        {
            "start": 874959267,
            "stop": 874959372
        },
        {
            "start": 874959380,
            "stop": 874959600
        },
        {
            "start": 874959660,
            "stop": 874959793
        }
    ]
}