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=366
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=367",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=365",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 366,
    "results": [
        {
            "start": 932066705,
            "stop": 932066710
        },
        {
            "start": 932066711,
            "stop": 932066716
        },
        {
            "start": 932066717,
            "stop": 932066720
        },
        {
            "start": 932066722,
            "stop": 932066726
        },
        {
            "start": 932066729,
            "stop": 932066730
        },
        {
            "start": 932066731,
            "stop": 932066734
        },
        {
            "start": 932066749,
            "stop": 932066750
        },
        {
            "start": 932066751,
            "stop": 932066752
        },
        {
            "start": 932066756,
            "stop": 932066757
        },
        {
            "start": 932066761,
            "stop": 932066763
        },
        {
            "start": 932066772,
            "stop": 932066786
        },
        {
            "start": 932066789,
            "stop": 932066804
        },
        {
            "start": 932066806,
            "stop": 932066821
        },
        {
            "start": 932066824,
            "stop": 932066843
        },
        {
            "start": 932066845,
            "stop": 932066863
        },
        {
            "start": 932066870,
            "stop": 932066876
        },
        {
            "start": 932066878,
            "stop": 932066895
        },
        {
            "start": 932066897,
            "stop": 932066904
        },
        {
            "start": 932066908,
            "stop": 932066910
        },
        {
            "start": 932066911,
            "stop": 932066924
        }
    ]
}