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=630
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=631",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=629",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 630,
    "results": [
        {
            "start": 850177269,
            "stop": 850182150
        },
        {
            "start": 850182741,
            "stop": 850187427
        },
        {
            "start": 850189281,
            "stop": 850189550
        },
        {
            "start": 850190779,
            "stop": 850190824
        },
        {
            "start": 850191144,
            "stop": 850191205
        },
        {
            "start": 850192853,
            "stop": 850193542
        },
        {
            "start": 850196494,
            "stop": 850196504
        },
        {
            "start": 850196973,
            "stop": 850197011
        },
        {
            "start": 850266240,
            "stop": 850271850
        },
        {
            "start": 850272772,
            "stop": 850275930
        },
        {
            "start": 850275990,
            "stop": 850275995
        },
        {
            "start": 850276994,
            "stop": 850278004
        },
        {
            "start": 850279635,
            "stop": 850279669
        },
        {
            "start": 850280770,
            "stop": 850281554
        },
        {
            "start": 850281693,
            "stop": 850282710
        },
        {
            "start": 850284828,
            "stop": 850285078
        },
        {
            "start": 850285174,
            "stop": 850287941
        },
        {
            "start": 850287974,
            "stop": 850287987
        },
        {
            "start": 850288044,
            "stop": 850291352
        },
        {
            "start": 850291378,
            "stop": 850294391
        }
    ]
}