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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=472",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=470",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 471,
    "results": [
        {
            "start": 874941752,
            "stop": 874942020
        },
        {
            "start": 874942080,
            "stop": 874945031
        },
        {
            "start": 874945055,
            "stop": 874945445
        },
        {
            "start": 874953518,
            "stop": 874953577
        },
        {
            "start": 874953595,
            "stop": 874954740
        },
        {
            "start": 874954800,
            "stop": 874955779
        },
        {
            "start": 874955814,
            "stop": 874958618
        },
        {
            "start": 874958635,
            "stop": 874958938
        },
        {
            "start": 874958959,
            "stop": 874959030
        },
        {
            "start": 874959090,
            "stop": 874959288
        },
        {
            "start": 874959307,
            "stop": 874965541
        },
        {
            "start": 874965564,
            "stop": 874977270
        },
        {
            "start": 874977330,
            "stop": 874979361
        },
        {
            "start": 874984623,
            "stop": 874984880
        },
        {
            "start": 874986318,
            "stop": 875022240
        },
        {
            "start": 875022303,
            "stop": 875022640
        },
        {
            "start": 875031523,
            "stop": 875032279
        },
        {
            "start": 875032298,
            "stop": 875032306
        },
        {
            "start": 875032331,
            "stop": 875032865
        },
        {
            "start": 875032896,
            "stop": 875041710
        }
    ]
}