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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=70",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 71,
    "results": [
        {
            "start": 1409238831,
            "stop": 1409252569
        },
        {
            "start": 1409252573,
            "stop": 1409257656
        },
        {
            "start": 1409257661,
            "stop": 1409257825
        },
        {
            "start": 1409257830,
            "stop": 1409257851
        },
        {
            "start": 1409257856,
            "stop": 1409257857
        },
        {
            "start": 1409257862,
            "stop": 1409257868
        },
        {
            "start": 1409257873,
            "stop": 1409257875
        },
        {
            "start": 1409271531,
            "stop": 1409275835
        },
        {
            "start": 1409284026,
            "stop": 1409284999
        },
        {
            "start": 1409285004,
            "stop": 1409290321
        },
        {
            "start": 1409293341,
            "stop": 1409299450
        },
        {
            "start": 1409302335,
            "stop": 1409304724
        },
        {
            "start": 1409304729,
            "stop": 1409308495
        },
        {
            "start": 1409312026,
            "stop": 1409314982
        },
        {
            "start": 1409314987,
            "stop": 1409315940
        },
        {
            "start": 1409319378,
            "stop": 1409320228
        },
        {
            "start": 1409320233,
            "stop": 1409320543
        },
        {
            "start": 1409320788,
            "stop": 1409329017
        },
        {
            "start": 1409329022,
            "stop": 1409330005
        },
        {
            "start": 1409330010,
            "stop": 1409334002
        }
    ]
}