Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=317
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=316",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 317,
    "results": [
        {
            "start": 935698168,
            "stop": 935700101
        },
        {
            "start": 935702502,
            "stop": 935703327
        },
        {
            "start": 935703330,
            "stop": 935703822
        },
        {
            "start": 935703824,
            "stop": 935704061
        },
        {
            "start": 935704063,
            "stop": 935704815
        },
        {
            "start": 935704995,
            "stop": 935705037
        },
        {
            "start": 935705039,
            "stop": 935705217
        },
        {
            "start": 935705219,
            "stop": 935706116
        },
        {
            "start": 935706119,
            "stop": 935706222
        },
        {
            "start": 935706224,
            "stop": 935706717
        },
        {
            "start": 935706720,
            "stop": 935707092
        },
        {
            "start": 935707094,
            "stop": 935707196
        },
        {
            "start": 935707199,
            "stop": 935708415
        },
        {
            "start": 935708655,
            "stop": 935709086
        },
        {
            "start": 935709089,
            "stop": 935710202
        },
        {
            "start": 935710206,
            "stop": 935710207
        },
        {
            "start": 935710210,
            "stop": 935710218
        },
        {
            "start": 935710220,
            "stop": 935710286
        },
        {
            "start": 935710289,
            "stop": 935710830
        },
        {
            "start": 935710832,
            "stop": 935712015
        }
    ]
}