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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=130",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 131,
    "results": [
        {
            "start": 931456822,
            "stop": 931456836
        },
        {
            "start": 931456838,
            "stop": 931456847
        },
        {
            "start": 931456850,
            "stop": 931456864
        },
        {
            "start": 931456866,
            "stop": 931456912
        },
        {
            "start": 931456918,
            "stop": 931456921
        },
        {
            "start": 931456923,
            "stop": 931456946
        },
        {
            "start": 931456948,
            "stop": 931456952
        },
        {
            "start": 931456954,
            "stop": 931456959
        },
        {
            "start": 931456961,
            "stop": 931456969
        },
        {
            "start": 931456970,
            "stop": 931456971
        },
        {
            "start": 931456973,
            "stop": 931456982
        },
        {
            "start": 931456987,
            "stop": 931456990
        },
        {
            "start": 931456999,
            "stop": 931457004
        },
        {
            "start": 931457006,
            "stop": 931457009
        },
        {
            "start": 931457011,
            "stop": 931457034
        },
        {
            "start": 931457036,
            "stop": 931457037
        },
        {
            "start": 931457039,
            "stop": 931457049
        },
        {
            "start": 931457051,
            "stop": 931457054
        },
        {
            "start": 931457056,
            "stop": 931457067
        },
        {
            "start": 931457068,
            "stop": 931457088
        }
    ]
}