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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=82",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 83,
    "results": [
        {
            "start": 931493544,
            "stop": 931493657
        },
        {
            "start": 931493709,
            "stop": 931493783
        },
        {
            "start": 931493814,
            "stop": 931493875
        },
        {
            "start": 931493893,
            "stop": 931493975
        },
        {
            "start": 931499782,
            "stop": 931499784
        },
        {
            "start": 931499785,
            "stop": 931499787
        },
        {
            "start": 931499789,
            "stop": 931499792
        },
        {
            "start": 931499806,
            "stop": 931499807
        },
        {
            "start": 931499810,
            "stop": 931499813
        },
        {
            "start": 931499816,
            "stop": 931499817
        },
        {
            "start": 931499822,
            "stop": 931499829
        },
        {
            "start": 931499831,
            "stop": 931499833
        },
        {
            "start": 931499837,
            "stop": 931499847
        },
        {
            "start": 931499850,
            "stop": 931499866
        },
        {
            "start": 931499867,
            "stop": 931499944
        },
        {
            "start": 931499949,
            "stop": 931499951
        },
        {
            "start": 931499953,
            "stop": 931499956
        },
        {
            "start": 931499962,
            "stop": 931499991
        },
        {
            "start": 931499993,
            "stop": 931500002
        },
        {
            "start": 931500004,
            "stop": 931500015
        }
    ]
}