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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=642",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=640",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 641,
    "results": [
        {
            "start": 1265742609,
            "stop": 1265742660
        },
        {
            "start": 1265742665,
            "stop": 1265742710
        },
        {
            "start": 1265742715,
            "stop": 1265742731
        },
        {
            "start": 1265742736,
            "stop": 1265742950
        },
        {
            "start": 1265742956,
            "stop": 1265743051
        },
        {
            "start": 1265743056,
            "stop": 1265743092
        },
        {
            "start": 1265743097,
            "stop": 1265743120
        },
        {
            "start": 1265743122,
            "stop": 1265743289
        },
        {
            "start": 1265743294,
            "stop": 1265743388
        },
        {
            "start": 1265743393,
            "stop": 1265743447
        },
        {
            "start": 1265743452,
            "stop": 1265743511
        },
        {
            "start": 1265743516,
            "stop": 1265743624
        },
        {
            "start": 1265743629,
            "stop": 1265743633
        },
        {
            "start": 1265743634,
            "stop": 1265743635
        },
        {
            "start": 1265743636,
            "stop": 1265743701
        },
        {
            "start": 1265743706,
            "stop": 1265743708
        },
        {
            "start": 1265743709,
            "stop": 1265743730
        },
        {
            "start": 1265743731,
            "stop": 1265743757
        },
        {
            "start": 1265743758,
            "stop": 1265743764
        },
        {
            "start": 1265743769,
            "stop": 1265743816
        }
    ]
}