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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=337",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 338,
    "results": [
        {
            "start": 821440538,
            "stop": 821440589
        },
        {
            "start": 821440592,
            "stop": 821440598
        },
        {
            "start": 821440601,
            "stop": 821440668
        },
        {
            "start": 821440671,
            "stop": 821440750
        },
        {
            "start": 821440753,
            "stop": 821440806
        },
        {
            "start": 821440809,
            "stop": 821440988
        },
        {
            "start": 821440991,
            "stop": 821440999
        },
        {
            "start": 821441002,
            "stop": 821441061
        },
        {
            "start": 821441064,
            "stop": 821441068
        },
        {
            "start": 821441071,
            "stop": 821441160
        },
        {
            "start": 821441163,
            "stop": 821441263
        },
        {
            "start": 821441266,
            "stop": 821441340
        },
        {
            "start": 821441343,
            "stop": 821441402
        },
        {
            "start": 821441405,
            "stop": 821441563
        },
        {
            "start": 821441566,
            "stop": 821441610
        },
        {
            "start": 821441613,
            "stop": 821441948
        },
        {
            "start": 821441951,
            "stop": 821442133
        },
        {
            "start": 821442136,
            "stop": 821442304
        },
        {
            "start": 821442307,
            "stop": 821442312
        },
        {
            "start": 821442315,
            "stop": 821442329
        }
    ]
}