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=8157
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=8158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8156",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8157,
    "results": [
        {
            "start": 970989232,
            "stop": 970989293
        },
        {
            "start": 970989296,
            "stop": 970989400
        },
        {
            "start": 970989403,
            "stop": 970989438
        },
        {
            "start": 970989441,
            "stop": 970989466
        },
        {
            "start": 970989469,
            "stop": 970989516
        },
        {
            "start": 970989519,
            "stop": 970989571
        },
        {
            "start": 970989574,
            "stop": 970989781
        },
        {
            "start": 970989784,
            "stop": 970989788
        },
        {
            "start": 970989791,
            "stop": 970989938
        },
        {
            "start": 970989941,
            "stop": 970990068
        },
        {
            "start": 970990071,
            "stop": 970990273
        },
        {
            "start": 970990276,
            "stop": 970990319
        },
        {
            "start": 970990322,
            "stop": 970990490
        },
        {
            "start": 970990493,
            "stop": 970990713
        },
        {
            "start": 970990716,
            "stop": 970990722
        },
        {
            "start": 970990725,
            "stop": 970990768
        },
        {
            "start": 970990771,
            "stop": 970990851
        },
        {
            "start": 970990854,
            "stop": 970990868
        },
        {
            "start": 970990874,
            "stop": 970990894
        },
        {
            "start": 970990897,
            "stop": 970990931
        }
    ]
}