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=626
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=627",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=625",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 626,
    "results": [
        {
            "start": 849506995,
            "stop": 849536097
        },
        {
            "start": 849536102,
            "stop": 849541734
        },
        {
            "start": 849541759,
            "stop": 849554031
        },
        {
            "start": 849555995,
            "stop": 849564210
        },
        {
            "start": 849564270,
            "stop": 849564284
        },
        {
            "start": 849565220,
            "stop": 849568091
        },
        {
            "start": 849576463,
            "stop": 849630743
        },
        {
            "start": 849630773,
            "stop": 849636607
        },
        {
            "start": 849636626,
            "stop": 849637556
        },
        {
            "start": 849680776,
            "stop": 849680944
        },
        {
            "start": 849680980,
            "stop": 849686833
        },
        {
            "start": 849686852,
            "stop": 849689859
        },
        {
            "start": 849689912,
            "stop": 849690484
        },
        {
            "start": 849690520,
            "stop": 849693639
        },
        {
            "start": 849693664,
            "stop": 849705269
        },
        {
            "start": 849706362,
            "stop": 849708196
        },
        {
            "start": 849708215,
            "stop": 849708224
        },
        {
            "start": 849708253,
            "stop": 849711123
        },
        {
            "start": 849712714,
            "stop": 849714151
        },
        {
            "start": 849714170,
            "stop": 849717125
        }
    ]
}