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=5016
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=5017",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5015",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5016,
    "results": [
        {
            "start": 874553468,
            "stop": 874553553
        },
        {
            "start": 874553560,
            "stop": 874553591
        },
        {
            "start": 874553599,
            "stop": 874553614
        },
        {
            "start": 874553625,
            "stop": 874553701
        },
        {
            "start": 874553708,
            "stop": 874553725
        },
        {
            "start": 874553733,
            "stop": 874553758
        },
        {
            "start": 874553765,
            "stop": 874553797
        },
        {
            "start": 874553804,
            "stop": 874553806
        },
        {
            "start": 874553813,
            "stop": 874553900
        },
        {
            "start": 874553911,
            "stop": 874553937
        },
        {
            "start": 874553944,
            "stop": 874554013
        },
        {
            "start": 874554020,
            "stop": 874554100
        },
        {
            "start": 874554107,
            "stop": 874554162
        },
        {
            "start": 874554170,
            "stop": 874554282
        },
        {
            "start": 874554289,
            "stop": 874554300
        },
        {
            "start": 874554308,
            "stop": 874554316
        },
        {
            "start": 874554329,
            "stop": 874554334
        },
        {
            "start": 874554341,
            "stop": 874554389
        },
        {
            "start": 874554396,
            "stop": 874554402
        },
        {
            "start": 874554409,
            "stop": 874554478
        }
    ]
}