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=620
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=621",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=619",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 620,
    "results": [
        {
            "start": 848624010,
            "stop": 848624015
        },
        {
            "start": 848628688,
            "stop": 848629616
        },
        {
            "start": 848635752,
            "stop": 848637870
        },
        {
            "start": 848637930,
            "stop": 848638290
        },
        {
            "start": 848638530,
            "stop": 848638710
        },
        {
            "start": 848638770,
            "stop": 848638821
        },
        {
            "start": 848644144,
            "stop": 848648610
        },
        {
            "start": 848648670,
            "stop": 848648685
        },
        {
            "start": 848650551,
            "stop": 848655572
        },
        {
            "start": 848655623,
            "stop": 848657996
        },
        {
            "start": 848658038,
            "stop": 848661392
        },
        {
            "start": 848661427,
            "stop": 848664583
        },
        {
            "start": 848664637,
            "stop": 848664646
        },
        {
            "start": 848664680,
            "stop": 848668121
        },
        {
            "start": 848668126,
            "stop": 848673433
        },
        {
            "start": 848675936,
            "stop": 848684610
        },
        {
            "start": 848685158,
            "stop": 848691390
        },
        {
            "start": 848693368,
            "stop": 848699250
        },
        {
            "start": 848699430,
            "stop": 848699490
        },
        {
            "start": 848699610,
            "stop": 848699790
        }
    ]
}