Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4992
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4993",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4991",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4992,
    "results": [
        {
            "start": 874519107,
            "stop": 874519113
        },
        {
            "start": 874519133,
            "stop": 874519167
        },
        {
            "start": 874519174,
            "stop": 874519191
        },
        {
            "start": 874519205,
            "stop": 874519226
        },
        {
            "start": 874519233,
            "stop": 874519256
        },
        {
            "start": 874519268,
            "stop": 874519284
        },
        {
            "start": 874519296,
            "stop": 874519310
        },
        {
            "start": 874519321,
            "stop": 874519326
        },
        {
            "start": 874519333,
            "stop": 874519362
        },
        {
            "start": 874519388,
            "stop": 874519389
        },
        {
            "start": 874519396,
            "stop": 874519404
        },
        {
            "start": 874519425,
            "stop": 874519431
        },
        {
            "start": 874519441,
            "stop": 874519473
        },
        {
            "start": 874519485,
            "stop": 874519495
        },
        {
            "start": 874519502,
            "stop": 874519522
        },
        {
            "start": 874519531,
            "stop": 874519606
        },
        {
            "start": 874519613,
            "stop": 874519618
        },
        {
            "start": 874519635,
            "stop": 874519641
        },
        {
            "start": 874519653,
            "stop": 874519674
        },
        {
            "start": 874519682,
            "stop": 874519683
        }
    ]
}