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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=6",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 7,
    "results": [
        {
            "start": 931087753,
            "stop": 931087759
        },
        {
            "start": 931087763,
            "stop": 931087766
        },
        {
            "start": 931087772,
            "stop": 931087776
        },
        {
            "start": 931087782,
            "stop": 931087784
        },
        {
            "start": 931087786,
            "stop": 931087788
        },
        {
            "start": 931087792,
            "stop": 931087796
        },
        {
            "start": 931087803,
            "stop": 931087804
        },
        {
            "start": 931087807,
            "stop": 931087811
        },
        {
            "start": 931087817,
            "stop": 931087818
        },
        {
            "start": 931087823,
            "stop": 931087829
        },
        {
            "start": 931087866,
            "stop": 931087867
        },
        {
            "start": 931087872,
            "stop": 931087873
        },
        {
            "start": 931087875,
            "stop": 931087884
        },
        {
            "start": 931087906,
            "stop": 931087911
        },
        {
            "start": 931087915,
            "stop": 931087920
        },
        {
            "start": 931087927,
            "stop": 931087929
        },
        {
            "start": 931087941,
            "stop": 931087950
        },
        {
            "start": 931087956,
            "stop": 931087959
        },
        {
            "start": 931087965,
            "stop": 931087981
        },
        {
            "start": 931087983,
            "stop": 931087984
        }
    ]
}