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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=88",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 89,
    "results": [
        {
            "start": 931506609,
            "stop": 931506616
        },
        {
            "start": 931506618,
            "stop": 931506619
        },
        {
            "start": 931506624,
            "stop": 931506627
        },
        {
            "start": 931506629,
            "stop": 931506631
        },
        {
            "start": 931506634,
            "stop": 931506635
        },
        {
            "start": 931506638,
            "stop": 931506646
        },
        {
            "start": 931506649,
            "stop": 931506652
        },
        {
            "start": 931506656,
            "stop": 931506657
        },
        {
            "start": 931506662,
            "stop": 931506664
        },
        {
            "start": 931506667,
            "stop": 931506675
        },
        {
            "start": 931506678,
            "stop": 931506682
        },
        {
            "start": 931506687,
            "stop": 931506688
        },
        {
            "start": 931506691,
            "stop": 931506694
        },
        {
            "start": 931506697,
            "stop": 931506704
        },
        {
            "start": 931506710,
            "stop": 931506714
        },
        {
            "start": 931506717,
            "stop": 931506719
        },
        {
            "start": 931506727,
            "stop": 931506728
        },
        {
            "start": 931506733,
            "stop": 931506738
        },
        {
            "start": 931506741,
            "stop": 931506745
        },
        {
            "start": 931506752,
            "stop": 931506760
        }
    ]
}