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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=317",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 318,
    "results": [
        {
            "start": 852316588,
            "stop": 852316600
        },
        {
            "start": 852316605,
            "stop": 852316608
        },
        {
            "start": 852316612,
            "stop": 852316686
        },
        {
            "start": 852316689,
            "stop": 852316800
        },
        {
            "start": 852316805,
            "stop": 852316820
        },
        {
            "start": 852316825,
            "stop": 852317193
        },
        {
            "start": 852317196,
            "stop": 852317200
        },
        {
            "start": 852317203,
            "stop": 852319647
        },
        {
            "start": 852319656,
            "stop": 852320340
        },
        {
            "start": 852320345,
            "stop": 852320362
        },
        {
            "start": 852320368,
            "stop": 852320370
        },
        {
            "start": 852320375,
            "stop": 852320587
        },
        {
            "start": 852320823,
            "stop": 852323158
        },
        {
            "start": 852324494,
            "stop": 852324543
        },
        {
            "start": 852324546,
            "stop": 852324557
        },
        {
            "start": 852324560,
            "stop": 852324952
        },
        {
            "start": 852324955,
            "stop": 852325181
        },
        {
            "start": 852326460,
            "stop": 852326765
        },
        {
            "start": 852326770,
            "stop": 852326772
        },
        {
            "start": 852326778,
            "stop": 852326795
        }
    ]
}