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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=180",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 181,
    "results": [
        {
            "start": 818205783,
            "stop": 818205785
        },
        {
            "start": 818205788,
            "stop": 818205794
        },
        {
            "start": 818205797,
            "stop": 818205803
        },
        {
            "start": 818205806,
            "stop": 818205813
        },
        {
            "start": 818205816,
            "stop": 818205822
        },
        {
            "start": 818205825,
            "stop": 818205837
        },
        {
            "start": 818205841,
            "stop": 818205846
        },
        {
            "start": 818205849,
            "stop": 818205856
        },
        {
            "start": 818205859,
            "stop": 818205860
        },
        {
            "start": 818205863,
            "stop": 818205866
        },
        {
            "start": 818205871,
            "stop": 818205875
        },
        {
            "start": 818205878,
            "stop": 818205880
        },
        {
            "start": 818205885,
            "stop": 818205896
        },
        {
            "start": 818205902,
            "stop": 818205910
        },
        {
            "start": 818205913,
            "stop": 818205923
        },
        {
            "start": 818205929,
            "stop": 818205933
        },
        {
            "start": 818205937,
            "stop": 818205939
        },
        {
            "start": 818205949,
            "stop": 818205952
        },
        {
            "start": 818205962,
            "stop": 818205963
        },
        {
            "start": 818205966,
            "stop": 818205983
        }
    ]
}