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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=475",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=473",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 474,
    "results": [
        {
            "start": 821782952,
            "stop": 821782987
        },
        {
            "start": 821782990,
            "stop": 821782994
        },
        {
            "start": 821782998,
            "stop": 821783003
        },
        {
            "start": 821783006,
            "stop": 821783011
        },
        {
            "start": 821783017,
            "stop": 821783021
        },
        {
            "start": 821783024,
            "stop": 821783028
        },
        {
            "start": 821783033,
            "stop": 821783043
        },
        {
            "start": 821783046,
            "stop": 821783063
        },
        {
            "start": 821784343,
            "stop": 821784444
        },
        {
            "start": 821784447,
            "stop": 821784696
        },
        {
            "start": 821784699,
            "stop": 821784851
        },
        {
            "start": 821784854,
            "stop": 821784860
        },
        {
            "start": 821784863,
            "stop": 821784902
        },
        {
            "start": 821784907,
            "stop": 821784962
        },
        {
            "start": 821784965,
            "stop": 821785411
        },
        {
            "start": 821785414,
            "stop": 821785478
        },
        {
            "start": 821785481,
            "stop": 821785822
        },
        {
            "start": 821785825,
            "stop": 821786060
        },
        {
            "start": 821786063,
            "stop": 821786218
        },
        {
            "start": 821786222,
            "stop": 821786235
        }
    ]
}