Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5965
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5966",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5964",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5965,
    "results": [
        {
            "start": 873244129,
            "stop": 873244202
        },
        {
            "start": 873244203,
            "stop": 873244246
        },
        {
            "start": 873244247,
            "stop": 873244322
        },
        {
            "start": 873244323,
            "stop": 873244394
        },
        {
            "start": 873244395,
            "stop": 873244461
        },
        {
            "start": 873244462,
            "stop": 873244781
        },
        {
            "start": 873249722,
            "stop": 873249723
        },
        {
            "start": 873249728,
            "stop": 873249729
        },
        {
            "start": 873249737,
            "stop": 873249738
        },
        {
            "start": 873249741,
            "stop": 873249743
        },
        {
            "start": 873249746,
            "stop": 873249747
        },
        {
            "start": 873249749,
            "stop": 873249751
        },
        {
            "start": 873249753,
            "stop": 873249755
        },
        {
            "start": 873249756,
            "stop": 873249769
        },
        {
            "start": 873249770,
            "stop": 873249773
        },
        {
            "start": 873249781,
            "stop": 873249785
        },
        {
            "start": 873249786,
            "stop": 873249789
        },
        {
            "start": 873249793,
            "stop": 873249802
        },
        {
            "start": 873249804,
            "stop": 873249817
        },
        {
            "start": 873249818,
            "stop": 873249830
        }
    ]
}