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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=83",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 84,
    "results": [
        {
            "start": 931456277,
            "stop": 931456279
        },
        {
            "start": 931456287,
            "stop": 931456290
        },
        {
            "start": 931456300,
            "stop": 931456304
        },
        {
            "start": 931456310,
            "stop": 931456334
        },
        {
            "start": 931456340,
            "stop": 931456356
        },
        {
            "start": 931456363,
            "stop": 931456436
        },
        {
            "start": 931456445,
            "stop": 931456446
        },
        {
            "start": 931456451,
            "stop": 931456454
        },
        {
            "start": 931456520,
            "stop": 931456523
        },
        {
            "start": 931456531,
            "stop": 931456580
        },
        {
            "start": 931456598,
            "stop": 931456610
        },
        {
            "start": 931456618,
            "stop": 931456620
        },
        {
            "start": 931456667,
            "stop": 931456681
        },
        {
            "start": 931456687,
            "stop": 931456691
        },
        {
            "start": 931456697,
            "stop": 931456702
        },
        {
            "start": 931456720,
            "stop": 931456752
        },
        {
            "start": 931456791,
            "stop": 931456814
        },
        {
            "start": 931456826,
            "stop": 931456836
        },
        {
            "start": 931456842,
            "stop": 931456847
        },
        {
            "start": 931456854,
            "stop": 931456864
        }
    ]
}