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=4967
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=4968",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4966",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4967,
    "results": [
        {
            "start": 874457583,
            "stop": 874457715
        },
        {
            "start": 874457722,
            "stop": 874457803
        },
        {
            "start": 874457810,
            "stop": 874458011
        },
        {
            "start": 874458018,
            "stop": 874458049
        },
        {
            "start": 874458056,
            "stop": 874458212
        },
        {
            "start": 874458219,
            "stop": 874458237
        },
        {
            "start": 874458244,
            "stop": 874458334
        },
        {
            "start": 874458344,
            "stop": 874458358
        },
        {
            "start": 874458365,
            "stop": 874458745
        },
        {
            "start": 874458752,
            "stop": 874458980
        },
        {
            "start": 874458987,
            "stop": 874459216
        },
        {
            "start": 874459224,
            "stop": 874459248
        },
        {
            "start": 874459255,
            "stop": 874459403
        },
        {
            "start": 874459411,
            "stop": 874459446
        },
        {
            "start": 874459453,
            "stop": 874459529
        },
        {
            "start": 874459537,
            "stop": 874459636
        },
        {
            "start": 874459643,
            "stop": 874459671
        },
        {
            "start": 874459678,
            "stop": 874459851
        },
        {
            "start": 874459858,
            "stop": 874459870
        },
        {
            "start": 874459877,
            "stop": 874460107
        }
    ]
}