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=1724
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=1725",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1723",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1724,
    "results": [
        {
            "start": 958114952,
            "stop": 958117387
        },
        {
            "start": 958117389,
            "stop": 958118806
        },
        {
            "start": 958118808,
            "stop": 958118866
        },
        {
            "start": 958118868,
            "stop": 958119334
        },
        {
            "start": 958119336,
            "stop": 958119739
        },
        {
            "start": 958119741,
            "stop": 958119791
        },
        {
            "start": 958119792,
            "stop": 958120749
        },
        {
            "start": 958120750,
            "stop": 958120801
        },
        {
            "start": 958120803,
            "stop": 958121016
        },
        {
            "start": 958121018,
            "stop": 958121323
        },
        {
            "start": 958121324,
            "stop": 958121492
        },
        {
            "start": 958121493,
            "stop": 958121737
        },
        {
            "start": 958122480,
            "stop": 958123000
        },
        {
            "start": 958123148,
            "stop": 958123149
        },
        {
            "start": 958123590,
            "stop": 958124060
        },
        {
            "start": 958124062,
            "stop": 958124599
        },
        {
            "start": 958124601,
            "stop": 958125375
        },
        {
            "start": 958125377,
            "stop": 958127272
        },
        {
            "start": 958127274,
            "stop": 958128338
        },
        {
            "start": 958128340,
            "stop": 958128859
        }
    ]
}