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=8106
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=8107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8105",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8106,
    "results": [
        {
            "start": 970761291,
            "stop": 970761325
        },
        {
            "start": 970761328,
            "stop": 970761399
        },
        {
            "start": 970761402,
            "stop": 970762166
        },
        {
            "start": 970762169,
            "stop": 970762301
        },
        {
            "start": 970762304,
            "stop": 970762807
        },
        {
            "start": 970762810,
            "stop": 970763001
        },
        {
            "start": 970763004,
            "stop": 970763156
        },
        {
            "start": 970763159,
            "stop": 970764260
        },
        {
            "start": 970764263,
            "stop": 970764271
        },
        {
            "start": 970764274,
            "stop": 970764886
        },
        {
            "start": 970764889,
            "stop": 970765918
        },
        {
            "start": 970765921,
            "stop": 970766696
        },
        {
            "start": 970766700,
            "stop": 970766735
        },
        {
            "start": 970766738,
            "stop": 970766763
        },
        {
            "start": 970766767,
            "stop": 970766788
        },
        {
            "start": 970766792,
            "stop": 970767521
        },
        {
            "start": 970767524,
            "stop": 970767638
        },
        {
            "start": 970767641,
            "stop": 970767998
        },
        {
            "start": 970768001,
            "stop": 970768094
        },
        {
            "start": 970768097,
            "stop": 970768383
        }
    ]
}