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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=164",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 165,
    "results": [
        {
            "start": 931784049,
            "stop": 931784091
        },
        {
            "start": 931784099,
            "stop": 931784115
        },
        {
            "start": 931784120,
            "stop": 931784132
        },
        {
            "start": 931784137,
            "stop": 931784140
        },
        {
            "start": 931784152,
            "stop": 931784175
        },
        {
            "start": 931784181,
            "stop": 931784183
        },
        {
            "start": 931784190,
            "stop": 931784237
        },
        {
            "start": 931784279,
            "stop": 931784280
        },
        {
            "start": 931784315,
            "stop": 931784318
        },
        {
            "start": 931784324,
            "stop": 931784330
        },
        {
            "start": 931784339,
            "stop": 931784341
        },
        {
            "start": 931784350,
            "stop": 931784361
        },
        {
            "start": 931784366,
            "stop": 931784412
        },
        {
            "start": 931784420,
            "stop": 931784426
        },
        {
            "start": 931784441,
            "stop": 931784473
        },
        {
            "start": 931784484,
            "stop": 931784510
        },
        {
            "start": 931784517,
            "stop": 931784530
        },
        {
            "start": 931784538,
            "stop": 931784587
        },
        {
            "start": 931784593,
            "stop": 931784599
        },
        {
            "start": 931784610,
            "stop": 931784613
        }
    ]
}