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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9097",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9095",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9096,
    "results": [
        {
            "start": 874732877,
            "stop": 874733390
        },
        {
            "start": 874733407,
            "stop": 874734120
        },
        {
            "start": 874734180,
            "stop": 874734252
        },
        {
            "start": 874734269,
            "stop": 874734477
        },
        {
            "start": 874734496,
            "stop": 874734540
        },
        {
            "start": 874734660,
            "stop": 874734780
        },
        {
            "start": 874734840,
            "stop": 874735456
        },
        {
            "start": 874735475,
            "stop": 874735953
        },
        {
            "start": 874735972,
            "stop": 874737526
        },
        {
            "start": 874737545,
            "stop": 874737913
        },
        {
            "start": 874737930,
            "stop": 874739647
        },
        {
            "start": 874739664,
            "stop": 874739917
        },
        {
            "start": 874739937,
            "stop": 874740179
        },
        {
            "start": 874740198,
            "stop": 874741012
        },
        {
            "start": 874741031,
            "stop": 874741061
        },
        {
            "start": 874741080,
            "stop": 874742343
        },
        {
            "start": 874742360,
            "stop": 874742832
        },
        {
            "start": 874742868,
            "stop": 874742968
        },
        {
            "start": 874742988,
            "stop": 874743423
        },
        {
            "start": 874743442,
            "stop": 874743450
        }
    ]
}