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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=207",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 208,
    "results": [
        {
            "start": 834431591,
            "stop": 834431608
        },
        {
            "start": 834431612,
            "stop": 834431614
        },
        {
            "start": 834431616,
            "stop": 834431646
        },
        {
            "start": 834431648,
            "stop": 834431682
        },
        {
            "start": 834431684,
            "stop": 834431702
        },
        {
            "start": 834431704,
            "stop": 834431742
        },
        {
            "start": 834431743,
            "stop": 834431758
        },
        {
            "start": 834431759,
            "stop": 834436965
        },
        {
            "start": 834438340,
            "stop": 834438375
        },
        {
            "start": 834438377,
            "stop": 834438844
        },
        {
            "start": 834438847,
            "stop": 834444268
        },
        {
            "start": 834444269,
            "stop": 834451730
        },
        {
            "start": 834451733,
            "stop": 834463114
        },
        {
            "start": 834463687,
            "stop": 834477769
        },
        {
            "start": 834477771,
            "stop": 834477827
        },
        {
            "start": 834477830,
            "stop": 834477833
        },
        {
            "start": 834477836,
            "stop": 834477971
        },
        {
            "start": 834477972,
            "stop": 834478138
        },
        {
            "start": 834478938,
            "stop": 834480305
        },
        {
            "start": 834481606,
            "stop": 834501106
        }
    ]
}