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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=142",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 143,
    "results": [
        {
            "start": 932783771,
            "stop": 932784182
        },
        {
            "start": 932784200,
            "stop": 932784827
        },
        {
            "start": 932784845,
            "stop": 932785416
        },
        {
            "start": 932785421,
            "stop": 932785469
        },
        {
            "start": 932785488,
            "stop": 932785610
        },
        {
            "start": 932785629,
            "stop": 932786391
        },
        {
            "start": 932786422,
            "stop": 932786524
        },
        {
            "start": 932786542,
            "stop": 932786905
        },
        {
            "start": 932786931,
            "stop": 932786939
        },
        {
            "start": 932786958,
            "stop": 932787003
        },
        {
            "start": 932787022,
            "stop": 932787464
        },
        {
            "start": 932787816,
            "stop": 932788190
        },
        {
            "start": 932788209,
            "stop": 932788385
        },
        {
            "start": 932788404,
            "stop": 932788433
        },
        {
            "start": 932788452,
            "stop": 932788494
        },
        {
            "start": 932788513,
            "stop": 932788931
        },
        {
            "start": 932788950,
            "stop": 932789098
        },
        {
            "start": 932789117,
            "stop": 932789428
        },
        {
            "start": 932789447,
            "stop": 932789702
        },
        {
            "start": 932789720,
            "stop": 932789985
        }
    ]
}