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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15673",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15671",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15672,
    "results": [
        {
            "start": 971159722,
            "stop": 971159724
        },
        {
            "start": 971159726,
            "stop": 971159730
        },
        {
            "start": 971159733,
            "stop": 971159734
        },
        {
            "start": 971159735,
            "stop": 971159737
        },
        {
            "start": 971159738,
            "stop": 971159740
        },
        {
            "start": 971159743,
            "stop": 971159744
        },
        {
            "start": 971159746,
            "stop": 971159749
        },
        {
            "start": 971159754,
            "stop": 971159755
        },
        {
            "start": 971159756,
            "stop": 971159757
        },
        {
            "start": 971159772,
            "stop": 971159773
        },
        {
            "start": 971159774,
            "stop": 971159775
        },
        {
            "start": 971159776,
            "stop": 971159777
        },
        {
            "start": 971159784,
            "stop": 971159787
        },
        {
            "start": 971159792,
            "stop": 971159793
        },
        {
            "start": 971159796,
            "stop": 971159797
        },
        {
            "start": 971159801,
            "stop": 971159804
        },
        {
            "start": 971159806,
            "stop": 971159808
        },
        {
            "start": 971159810,
            "stop": 971159812
        },
        {
            "start": 971159814,
            "stop": 971159815
        },
        {
            "start": 971159816,
            "stop": 971159818
        }
    ]
}