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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6562",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6560",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6561,
    "results": [
        {
            "start": 874457728,
            "stop": 874457828
        },
        {
            "start": 874457829,
            "stop": 874457891
        },
        {
            "start": 874457892,
            "stop": 874457939
        },
        {
            "start": 874457940,
            "stop": 874458137
        },
        {
            "start": 874458138,
            "stop": 874458330
        },
        {
            "start": 874458331,
            "stop": 874458655
        },
        {
            "start": 874458656,
            "stop": 874458878
        },
        {
            "start": 874458880,
            "stop": 874459526
        },
        {
            "start": 874459528,
            "stop": 874459710
        },
        {
            "start": 874459711,
            "stop": 874459943
        },
        {
            "start": 874459944,
            "stop": 874460119
        },
        {
            "start": 874460120,
            "stop": 874460453
        },
        {
            "start": 874460454,
            "stop": 874460479
        },
        {
            "start": 874460481,
            "stop": 874461288
        },
        {
            "start": 874461289,
            "stop": 874461292
        },
        {
            "start": 874461293,
            "stop": 874461807
        },
        {
            "start": 874461809,
            "stop": 874461934
        },
        {
            "start": 874461935,
            "stop": 874462127
        },
        {
            "start": 874462128,
            "stop": 874462379
        },
        {
            "start": 874462380,
            "stop": 874462396
        }
    ]
}