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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=103",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 104,
    "results": [
        {
            "start": 931670595,
            "stop": 931670599
        },
        {
            "start": 931670617,
            "stop": 931670623
        },
        {
            "start": 931670632,
            "stop": 931670648
        },
        {
            "start": 931670656,
            "stop": 931670664
        },
        {
            "start": 931670671,
            "stop": 931670673
        },
        {
            "start": 931670679,
            "stop": 931670680
        },
        {
            "start": 931670690,
            "stop": 931670696
        },
        {
            "start": 931670705,
            "stop": 931670710
        },
        {
            "start": 931670717,
            "stop": 931670721
        },
        {
            "start": 931670734,
            "stop": 931670742
        },
        {
            "start": 931670754,
            "stop": 931670757
        },
        {
            "start": 931670793,
            "stop": 931670797
        },
        {
            "start": 931670820,
            "stop": 931670839
        },
        {
            "start": 931670850,
            "stop": 931670855
        },
        {
            "start": 931670862,
            "stop": 931670873
        },
        {
            "start": 931670881,
            "stop": 931670885
        },
        {
            "start": 931670892,
            "stop": 931670897
        },
        {
            "start": 931670926,
            "stop": 931670930
        },
        {
            "start": 931670937,
            "stop": 931670938
        },
        {
            "start": 931670945,
            "stop": 931670956
        }
    ]
}