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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=320",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 321,
    "results": [
        {
            "start": 931774590,
            "stop": 931774593
        },
        {
            "start": 931774596,
            "stop": 931774598
        },
        {
            "start": 931774601,
            "stop": 931774606
        },
        {
            "start": 931774612,
            "stop": 931774616
        },
        {
            "start": 931774619,
            "stop": 931774624
        },
        {
            "start": 931774627,
            "stop": 931774629
        },
        {
            "start": 931774632,
            "stop": 931774638
        },
        {
            "start": 931774641,
            "stop": 931774653
        },
        {
            "start": 931774656,
            "stop": 931774669
        },
        {
            "start": 931774672,
            "stop": 931774681
        },
        {
            "start": 931774684,
            "stop": 931774697
        },
        {
            "start": 931774700,
            "stop": 931774712
        },
        {
            "start": 931774715,
            "stop": 931774720
        },
        {
            "start": 931774724,
            "stop": 931774726
        },
        {
            "start": 931774729,
            "stop": 931774744
        },
        {
            "start": 931774746,
            "stop": 931774761
        },
        {
            "start": 931774764,
            "stop": 931774791
        },
        {
            "start": 931774796,
            "stop": 931774799
        },
        {
            "start": 931774802,
            "stop": 931774819
        },
        {
            "start": 931774822,
            "stop": 931774831
        }
    ]
}