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=15671
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=15672",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15670",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15671,
    "results": [
        {
            "start": 971159614,
            "stop": 971159616
        },
        {
            "start": 971159622,
            "stop": 971159629
        },
        {
            "start": 971159630,
            "stop": 971159631
        },
        {
            "start": 971159634,
            "stop": 971159635
        },
        {
            "start": 971159637,
            "stop": 971159638
        },
        {
            "start": 971159640,
            "stop": 971159641
        },
        {
            "start": 971159644,
            "stop": 971159646
        },
        {
            "start": 971159648,
            "stop": 971159649
        },
        {
            "start": 971159650,
            "stop": 971159658
        },
        {
            "start": 971159662,
            "stop": 971159663
        },
        {
            "start": 971159670,
            "stop": 971159675
        },
        {
            "start": 971159676,
            "stop": 971159679
        },
        {
            "start": 971159681,
            "stop": 971159683
        },
        {
            "start": 971159686,
            "stop": 971159687
        },
        {
            "start": 971159689,
            "stop": 971159698
        },
        {
            "start": 971159699,
            "stop": 971159701
        },
        {
            "start": 971159703,
            "stop": 971159709
        },
        {
            "start": 971159710,
            "stop": 971159715
        },
        {
            "start": 971159716,
            "stop": 971159717
        },
        {
            "start": 971159719,
            "stop": 971159721
        }
    ]
}