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=399
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=400",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=398",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 399,
    "results": [
        {
            "start": 851579485,
            "stop": 851579490
        },
        {
            "start": 851579492,
            "stop": 851583212
        },
        {
            "start": 851585939,
            "stop": 851586416
        },
        {
            "start": 851586418,
            "stop": 851586693
        },
        {
            "start": 851586694,
            "stop": 851587652
        },
        {
            "start": 851587654,
            "stop": 851613521
        },
        {
            "start": 851614528,
            "stop": 851618921
        },
        {
            "start": 851619029,
            "stop": 851619166
        },
        {
            "start": 851619292,
            "stop": 851644566
        },
        {
            "start": 851646794,
            "stop": 851649507
        },
        {
            "start": 851649508,
            "stop": 851658731
        },
        {
            "start": 851658822,
            "stop": 851658982
        },
        {
            "start": 851661674,
            "stop": 851661694
        },
        {
            "start": 851661733,
            "stop": 851664866
        },
        {
            "start": 851665104,
            "stop": 851665660
        },
        {
            "start": 851665661,
            "stop": 851670288
        },
        {
            "start": 851670354,
            "stop": 851671646
        },
        {
            "start": 851671648,
            "stop": 851685781
        },
        {
            "start": 851685783,
            "stop": 851686651
        },
        {
            "start": 851686653,
            "stop": 851686707
        }
    ]
}