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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=533",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=531",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 532,
    "results": [
        {
            "start": 828898954,
            "stop": 828901297
        },
        {
            "start": 828901418,
            "stop": 828906101
        },
        {
            "start": 828906106,
            "stop": 828910556
        },
        {
            "start": 828912172,
            "stop": 828915917
        },
        {
            "start": 828915991,
            "stop": 828918823
        },
        {
            "start": 828919005,
            "stop": 828924926
        },
        {
            "start": 828928804,
            "stop": 828968230
        },
        {
            "start": 828971385,
            "stop": 828978560
        },
        {
            "start": 828982557,
            "stop": 828985275
        },
        {
            "start": 828986661,
            "stop": 828987219
        },
        {
            "start": 828991589,
            "stop": 828994354
        },
        {
            "start": 828998083,
            "stop": 829001055
        },
        {
            "start": 829001172,
            "stop": 829002282
        },
        {
            "start": 829002515,
            "stop": 829004564
        },
        {
            "start": 829004572,
            "stop": 829016294
        },
        {
            "start": 829024494,
            "stop": 829059574
        },
        {
            "start": 829059880,
            "stop": 829063662
        },
        {
            "start": 829063806,
            "stop": 829066244
        },
        {
            "start": 829066288,
            "stop": 829066291
        },
        {
            "start": 829066370,
            "stop": 829066450
        }
    ]
}